Color Hex Logo

#dfcd99 Color Hex

#DFCD99
(223,205,153)
0 Favorites   0 Comments

Color spaces of #dfcd99

RGB 223205153
HSL0.120.520.74
HSV45°31°87°
CMYK 0.000.080.31   0.13
XYZ58.012561.650538.9791
Yxy61.65050.36570.3886
Hunter Lab78.5178-5.522425.5288
CIE-Lab82.7272-1.419528.2088

#dfcd99 color RGB value is (223,205,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10011001
Octal 337 315 231
Decimal 223 205 153
Hex DF CD 99

RGB Percentages of Color #dfcd99

%38.38
%35.28
%26.33

CMYK Percentages of Color #dfcd99

%0
%8
%31
%13

Triadic Colors of #dfcd99

#dfcd99 #99dfcd #cd99df

Analogous Colors of #dfcd99

#dfcd99 #cedf99 #dfaa99

Monochromatic Colors of #dfcd99

#dfcd99

Complementary Color

#dfcd99 #99abdf

#dfcd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd99 Color CSS Codes

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

#dfcd99 Text Font Color

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

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


#dfcd99 Background Color

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

This div background color is #dfcd99


#dfcd99 Border Color

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

This div border color is #dfcd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd99


Comments

No comments written yet.

Please login to write comment.