Color Hex Logo

#dfca5a Color Hex

#DFCA5A
(223,202,90)
0 Favorites   0 Comments

Color spaces of #dfca5a

RGB 22320290
HSL0.140.680.61
HSV51°60°87°
CMYK 0.000.090.60   0.13
XYZ53.397458.667218.1824
Yxy58.66720.41000.4504
Hunter Lab76.5945-9.600239.5416
CIE-Lab81.1083-6.000757.2927

#dfca5a color RGB value is (223,202,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 01011010
Octal 337 312 132
Decimal 223 202 90
Hex DF CA 5A

RGB Percentages of Color #dfca5a

%43.30
%39.22
%17.48

CMYK Percentages of Color #dfca5a

%0
%9
%60
%13

Triadic Colors of #dfca5a

#dfca5a #5adfca #ca5adf

Analogous Colors of #dfca5a

#dfca5a #b2df5a #df885a

Monochromatic Colors of #dfca5a

#dfca5a

Complementary Color

#dfca5a #5a6fdf

#dfca5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca5a Color CSS Codes

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

#dfca5a Text Font Color

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

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


#dfca5a Background Color

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

This div background color is #dfca5a


#dfca5a Border Color

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

This div border color is #dfca5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca5a


Comments

No comments written yet.

Please login to write comment.