Color Hex Logo

#dfb86b Color Hex

#DFB86B
(223,184,107)
0 Favorites   0 Comments

Color spaces of #dfb86b

RGB 223184107
HSL0.110.640.65
HSV40°52°87°
CMYK 0.000.170.52   0.13
XYZ50.225851.030521.1126
Yxy51.03050.41040.4170
Hunter Lab71.43560.489532.4820
CIE-Lab76.69754.675944.0636

#dfb86b color RGB value is (223,184,107).

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

The process color (four color CMYK) of #dfb86b color hex is 0.00, 0.17, 0.52, 0.13. Web safe color of #dfb86b is #cccc66. Color #dfb86b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01101011
Octal 337 270 153
Decimal 223 184 107
Hex DF B8 6B

RGB Percentages of Color #dfb86b

%43.39
%35.80
%20.82

CMYK Percentages of Color #dfb86b

%0
%17
%52
%13

Triadic Colors of #dfb86b

#dfb86b #6bdfb8 #b86bdf

Analogous Colors of #dfb86b

#dfb86b #ccdf6b #df7e6b

Monochromatic Colors of #dfb86b

#dfb86b

Complementary Color

#dfb86b #6b92df

#dfb86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb86b Color CSS Codes

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

#dfb86b Text Font Color

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

This sample text font color is #dfb86b
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.


#dfb86b Background Color

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

This div background color is #dfb86b


#dfb86b Border Color

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

This div border color is #dfb86b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,184,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 #dfb86b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb86b


Comments

No comments written yet.

Please login to write comment.