Color Hex Logo

#dfc05a Color Hex

#DFC05A
(223,192,90)
0 Favorites   0 Comments

Color spaces of #dfc05a

RGB 22319290
HSL0.130.680.61
HSV46°60°87°
CMYK 0.000.140.60   0.13
XYZ51.126554.125417.4255
Yxy54.12540.41680.4412
Hunter Lab73.5700-4.701237.4558
CIE-Lab78.5348-0.841554.4056

#dfc05a color RGB value is (223,192,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 01011010
Octal 337 300 132
Decimal 223 192 90
Hex DF C0 5A

RGB Percentages of Color #dfc05a

%44.16
%38.02
%17.82

CMYK Percentages of Color #dfc05a

%0
%14
%60
%13

Triadic Colors of #dfc05a

#dfc05a #5adfc0 #c05adf

Analogous Colors of #dfc05a

#dfc05a #bcdf5a #df7e5a

Monochromatic Colors of #dfc05a

#dfc05a

Complementary Color

#dfc05a #5a79df

#dfc05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc05a Color CSS Codes

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

#dfc05a Text Font Color

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

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


#dfc05a Background Color

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

This div background color is #dfc05a


#dfc05a Border Color

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

This div border color is #dfc05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc05a


Comments

No comments written yet.

Please login to write comment.