Color Hex Logo

#dfd099 Color Hex

#DFD099
(223,208,153)
0 Favorites   0 Comments

Color spaces of #dfd099

RGB 223208153
HSL0.130.520.74
HSV47°31°87°
CMYK 0.000.070.31   0.13
XYZ58.737163.099639.2207
Yxy63.09960.36470.3918
Hunter Lab79.4353-7.022826.3306
CIE-Lab83.4948-2.969429.2393

#dfd099 color RGB value is (223,208,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 10011001
Octal 337 320 231
Decimal 223 208 153
Hex DF D0 99

RGB Percentages of Color #dfd099

%38.18
%35.62
%26.20

CMYK Percentages of Color #dfd099

%0
%7
%31
%13

Triadic Colors of #dfd099

#dfd099 #99dfd0 #d099df

Analogous Colors of #dfd099

#dfd099 #cbdf99 #dfad99

Monochromatic Colors of #dfd099

#dfd099

Complementary Color

#dfd099 #99a8df

#dfd099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd099 Color CSS Codes

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

#dfd099 Text Font Color

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

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


#dfd099 Background Color

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

This div background color is #dfd099


#dfd099 Border Color

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

This div border color is #dfd099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd099


Comments

No comments written yet.

Please login to write comment.