Color Hex Logo

#dfdd9b Color Hex

#DFDD9B
(223,221,155)
0 Favorites   0 Comments

Color spaces of #dfdd9b

RGB 223221155
HSL0.160.520.74
HSV58°30°87°
CMYK 0.000.010.30   0.13
XYZ62.204369.767441.1983
Yxy69.76740.35920.4029
Hunter Lab83.5269-13.239229.2250
CIE-Lab86.8827-9.352232.7279

#dfdd9b color RGB value is (223,221,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10011011
Octal 337 335 233
Decimal 223 221 155
Hex DF DD 9B

RGB Percentages of Color #dfdd9b

%37.23
%36.89
%25.88

CMYK Percentages of Color #dfdd9b

%0
%1
%30
%13

Triadic Colors of #dfdd9b

#dfdd9b #9bdfdd #dd9bdf

Analogous Colors of #dfdd9b

#dfdd9b #bfdf9b #dfbb9b

Monochromatic Colors of #dfdd9b

#dfdd9b

Complementary Color

#dfdd9b #9b9ddf

#dfdd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd9b Color CSS Codes

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

#dfdd9b Text Font Color

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

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


#dfdd9b Background Color

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

This div background color is #dfdd9b


#dfdd9b Border Color

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

This div border color is #dfdd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd9b


Comments

No comments written yet.

Please login to write comment.