COLOR #DFA36D

HEX: #DFA36D
RGB: (223,163,109)

Color info

#DFA36D contains mainly red color. Web safe color of #DFA36D is #CC9966 (or #C96).

RGB color model

#DFA36D color RGB value is (223,163,109).

  • red value is 223;
  • green value is 163;
  • blue value is 109.
RGB:
(223,163,109)
(87%,64%,43%)

RGB channels and saturation

R 223 of 255 = 87%
G 163 of 255 = 64%
B 109 of 255 = 43%

223
163
109

R + G + B ~ 65%. #DFA36D is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 163 + 109 = 495 (100%)
R 223 of 495 ~ 45.05%
G 163 of 495 ~ 32.93%
B 109 of 495 ~ 22.02%

%45.05
%32.93
%22.02

CMYK color model

#DFA36D color CMYK value is (0,27,51,13).

  • cyan value is 0.00%
  • magenta value is 26.91%
  • yellow value is 51.12%
  • key color value is 12.55%
CMYK:
(0,27,51,13)
C0M27Y51K13 
(0%,27%,51%,13%)
(0.00/0.27/0.51/0.13)	

CMYK percentages

%0
%26.91
%51.12
%12.55

Codes

Color #DFA36D in popluar color models

DFA36D
RGB223163109
HSL28°64.04%65.10%
HSB/HSV28°51.12%87.45%
CMYK0.00%26.91%51.12%
12.55%

Color #DFA36D in popluar number systems.

HEXDFA36D
Decimal223163109
Binary11011111101000111101101
Octal337243155

Shades and tints

Shades of #DFA36D

#DFA36D
(223,163,109)
#CB9564
(203,149,100)
#B7875B
(183,135,91)
#A37952
(163,121,82)
#8F6B49
(143,107,73)
#7B5D40
(123,93,64)
#674F37
(103,79,55)
#53412E
(83,65,46)
#3F3325
(63,51,37)
#2B251C
(43,37,28)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #DFA36D

#DFA36D
(223,163,109)
#E1AB7A
(225,171,122)
#E3B387
(227,179,135)
#E5BB94
(229,187,148)
#E7C3A1
(231,195,161)
#E9CBAE
(233,203,174)
#EBD3BB
(235,211,187)
#EDDBC8
(237,219,200)
#EFE3D5
(239,227,213)
#F1EBE2
(241,235,226)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA36D color. Also use rgb(223,163,109) instead hex code.

Text Font Color

.myTextColor { color: #DFA36D; }

<p style="color:#DFA36D">This sample text font color is #DFA36D.</p>

This text font color is #DFA36D.


Background Color

.myBgColor { background-color: #DFA36D; }

<div style="background-color:#DFA36D">Inner text</div>

This div background color is #DFA36D.


Border color

.myBorderColor { border: 1px solid #DFA36D; }

<div style="border:3px solid #DFA36D">Div</div>

This div border color is #DFA36D.


Opacity

.myOpacity80 { color: #DFA36D; opacity: 0.8; }

<p style="color:#DFA36D;opacity:0.8;">80%</p>

Text with #DFA36D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DFA36D;}

<p style="text-shadow: 3px 3px 1px #DFA36D">Text here.</p>

This text has shadow with #DFA36D color.

.textShadow {text-shadow: 3px 3px 1px #DFA36D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DFA36D, 5px 5px 20px red">Text here.</p>

This text has shadow with #DFA36D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DFA36D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DFA36D, Direction=45, Strength=4)">Text</p>

This text has shadow with #DFA36D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DFA36D;
  -webkit-box-shadow:	1px 1px 3px 2px #DFA36D;
  box-shadow:		1px 1px 3px 2px #DFA36D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DFA36D;
-webkit-box-shadow: 1px 1px 3px 2px #DFA36D;
box-shadow:1px 1px 3px 2px #DFA36D;">
Div content here</div>
This div box has shadow with color #DFA36D.

Preview

Color preview on black background

This text has color #DFA36D on black background.


Color preview on white background

This text has color #DFA36D on white background.



Black color preview on #DFA36D background

This text has black color on #DFA36D background.


White color preview on #DFA36D background

This text has white color on #DFA36D background.