Color Hex Logo

#dfcc9a Color Hex

#DFCC9A
(223,204,154)
0 Favorites   0 Comments

Color spaces of #dfcc9a

RGB 223204154
HSL0.120.520.74
HSV43°31°87°
CMYK 0.000.090.31   0.13
XYZ57.857061.206839.3366
Yxy61.20680.36530.3864
Hunter Lab78.2348-4.904724.9532
CIE-Lab82.4898-0.775527.3666

#dfcc9a color RGB value is (223,204,154).

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

The process color (four color CMYK) of #dfcc9a color hex is 0.00, 0.09, 0.31, 0.13. Web safe color of #dfcc9a is #cccc99. Color #dfcc9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 10011010
Octal 337 314 232
Decimal 223 204 154
Hex DF CC 9A

RGB Percentages of Color #dfcc9a

%38.38
%35.11
%26.51

CMYK Percentages of Color #dfcc9a

%0
%9
%31
%13

Triadic Colors of #dfcc9a

#dfcc9a #9adfcc #cc9adf

Analogous Colors of #dfcc9a

#dfcc9a #d0df9a #dfaa9a

Monochromatic Colors of #dfcc9a

#dfcc9a

Complementary Color

#dfcc9a #9aaddf

#dfcc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcc9a Color CSS Codes

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

#dfcc9a Text Font Color

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

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


#dfcc9a Background Color

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

This div background color is #dfcc9a


#dfcc9a Border Color

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

This div border color is #dfcc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcc9a


Comments

No comments written yet.

Please login to write comment.