Color Hex Logo

#dfdb5a Color Hex

#DFDB5A
(223,219,90)
0 Favorites   0 Comments

Color spaces of #dfdb5a

RGB 22321990
HSL0.160.680.61
HSV58°60°87°
CMYK 0.000.020.60   0.13
XYZ57.608467.089219.5861
Yxy67.08920.39930.4650
Hunter Lab81.9080-17.794543.1580
CIE-Lab85.5490-14.569462.1848

#dfdb5a color RGB value is (223,219,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 01011010
Octal 337 333 132
Decimal 223 219 90
Hex DF DB 5A

RGB Percentages of Color #dfdb5a

%41.92
%41.17
%16.92

CMYK Percentages of Color #dfdb5a

%0
%2
%60
%13

Triadic Colors of #dfdb5a

#dfdb5a #5adfdb #db5adf

Analogous Colors of #dfdb5a

#dfdb5a #a1df5a #df995a

Monochromatic Colors of #dfdb5a

#dfdb5a

Complementary Color

#dfdb5a #5a5edf

#dfdb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb5a Color CSS Codes

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

#dfdb5a Text Font Color

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

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


#dfdb5a Background Color

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

This div background color is #dfdb5a


#dfdb5a Border Color

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

This div border color is #dfdb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb5a


Comments

No comments written yet.

Please login to write comment.