Color Hex Logo

#dfa16b Color Hex

#DFA16B
(223,161,107)
1 Favorites   0 Comments

Color spaces of #dfa16b

RGB 223161107
HSL0.080.640.65
HSV28°52°87°
CMYK 0.000.280.52   0.13
XYZ45.830142.239319.6474
Yxy42.23930.42550.3921
Hunter Lab64.991812.136927.5705
CIE-Lab71.035616.926137.0440

#dfa16b color RGB value is (223,161,107).

#dfa16b hex color red value is 223, green value is 161 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dfa16b hue: 0.08 , saturation: 0.64 and the lightness value of dfa16b is 0.65.

The process color (four color CMYK) of #dfa16b color hex is 0.00, 0.28, 0.52, 0.13. Web safe color of #dfa16b is #cc9966. Color #dfa16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 01101011
Octal 337 241 153
Decimal 223 161 107
Hex DF A1 6B

RGB Percentages of Color #dfa16b

%45.42
%32.79
%21.79

CMYK Percentages of Color #dfa16b

%0
%28
%52
%13

Triadic Colors of #dfa16b

#dfa16b #6bdfa1 #a16bdf

Analogous Colors of #dfa16b

#dfa16b #dfdb6b #df6b6f

Monochromatic Colors of #dfa16b

#dfa16b

Complementary Color

#dfa16b #6ba9df

#dfa16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa16b Color CSS Codes

.mybgcolor {background-color:#dfa16b; } 
.myforecolor {color:#dfa16b; }
.mybordercolor {border:3px solid #dfa16b; }

#dfa16b Text Font Color

<p style="color:#dfa16b">Text here</p>

This sample text font color is #dfa16b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfa16b Background Color

<div style="background-color:#dfa16b">
Div content here</div>

This div background color is #dfa16b


#dfa16b Border Color

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

This div border color is #dfa16b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,161,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfa16b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfa16b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfa16b;
  box-shadow:         1px 1px 3px 2px #dfa16b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,161,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfa16b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfa16b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfa16b;
  box-shadow:         1px 1px 3px 2px #dfa16b;">
Div content here</div>

This div box has shadow with color #dfa16b


Comments

No comments written yet.

Please login to write comment.