Color Hex Logo

#dfdb7d Color Hex

#DFDB7D
(223,219,125)
0 Favorites   0 Comments

Color spaces of #dfdb7d

RGB 223219125
HSL0.160.600.68
HSV58°44°87°
CMYK 0.000.020.44   0.13
XYZ59.464667.831729.3607
Yxy67.83170.37960.4330
Hunter Lab82.3600-15.251536.5156
CIE-Lab85.9222-11.681546.5172

#dfdb7d color RGB value is (223,219,125).

#dfdb7d hex color red value is 223, green value is 219 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dfdb7d hue: 0.16 , saturation: 0.60 and the lightness value of dfdb7d is 0.68.

The process color (four color CMYK) of #dfdb7d color hex is 0.00, 0.02, 0.44, 0.13. Web safe color of #dfdb7d is #cccc66. Color #dfdb7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 01111101
Octal 337 333 175
Decimal 223 219 125
Hex DF DB 7D

RGB Percentages of Color #dfdb7d

%39.33
%38.62
%22.05

CMYK Percentages of Color #dfdb7d

%0
%2
%44
%13

Triadic Colors of #dfdb7d

#dfdb7d #7ddfdb #db7ddf

Analogous Colors of #dfdb7d

#dfdb7d #b2df7d #dfaa7d

Monochromatic Colors of #dfdb7d

#dfdb7d

Complementary Color

#dfdb7d #7d81df

#dfdb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb7d Color CSS Codes

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

#dfdb7d Text Font Color

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

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


#dfdb7d Background Color

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

This div background color is #dfdb7d


#dfdb7d Border Color

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

This div border color is #dfdb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb7d


Comments

No comments written yet.

Please login to write comment.