Color Hex Logo

#dfc99b Color Hex

#DFC99B
(223,201,155)
0 Favorites   0 Comments

Color spaces of #dfc99b

RGB 223201155
HSL0.110.520.74
HSV41°30°87°
CMYK 0.000.100.30   0.13
XYZ57.234559.827839.5417
Yxy59.82780.36550.3820
Hunter Lab77.3484-3.277523.8339
CIE-Lab81.74450.911725.8345

#dfc99b color RGB value is (223,201,155).

#dfc99b hex color red value is 223, green value is 201 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dfc99b hue: 0.11 , saturation: 0.52 and the lightness value of dfc99b is 0.74.

The process color (four color CMYK) of #dfc99b color hex is 0.00, 0.10, 0.30, 0.13. Web safe color of #dfc99b is #cccc99. Color #dfc99b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 10011011
Octal 337 311 233
Decimal 223 201 155
Hex DF C9 9B

RGB Percentages of Color #dfc99b

%38.51
%34.72
%26.77

CMYK Percentages of Color #dfc99b

%0
%10
%30
%13

Triadic Colors of #dfc99b

#dfc99b #9bdfc9 #c99bdf

Analogous Colors of #dfc99b

#dfc99b #d3df9b #dfa79b

Monochromatic Colors of #dfc99b

#dfc99b

Complementary Color

#dfc99b #9bb1df

#dfc99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc99b Color CSS Codes

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

#dfc99b Text Font Color

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

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


#dfc99b Background Color

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

This div background color is #dfc99b


#dfc99b Border Color

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

This div border color is #dfc99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc99b


Comments

No comments written yet.

Please login to write comment.