Color Hex Logo

#dfca0a Color Hex

#DFCA0A
(223,202,10)
0 Favorites   0 Comments

Color spaces of #dfca0a

RGB 22320210
HSL0.150.910.46
HSV54°96°87°
CMYK 0.000.090.96   0.13
XYZ51.606757.95098.7528
Yxy57.95090.43620.4898
Hunter Lab76.1255-12.211646.4708
CIE-Lab80.7115-8.954780.4277

#dfca0a color RGB value is (223,202,10).

#dfca0a hex color red value is 223, green value is 202 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dfca0a hue: 0.15 , saturation: 0.91 and the lightness value of dfca0a is 0.46.

The process color (four color CMYK) of #dfca0a color hex is 0.00, 0.09, 0.96, 0.13. Web safe color of #dfca0a is #cccc00. Color #dfca0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 00001010
Octal 337 312 12
Decimal 223 202 10
Hex DF CA A

RGB Percentages of Color #dfca0a

%51.26
%46.44
%2.30

CMYK Percentages of Color #dfca0a

%0
%9
%96
%13

Triadic Colors of #dfca0a

#dfca0a #0adfca #ca0adf

Analogous Colors of #dfca0a

#dfca0a #8adf0a #df5f0a

Monochromatic Colors of #dfca0a

#dfca0a

Complementary Color

#dfca0a #0a1fdf

#dfca0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca0a Color CSS Codes

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

#dfca0a Text Font Color

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

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


#dfca0a Background Color

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

This div background color is #dfca0a


#dfca0a Border Color

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

This div border color is #dfca0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca0a


Comments

No comments written yet.

Please login to write comment.