Color Hex Logo

#dfc65a Color Hex

#DFC65A
(223,198,90)
0 Favorites   0 Comments

Color spaces of #dfc65a

RGB 22319890
HSL0.140.680.61
HSV49°60°87°
CMYK 0.000.110.60   0.13
XYZ52.471056.814317.8736
Yxy56.81430.41260.4468
Hunter Lab75.3753-7.647538.7034
CIE-Lab80.0750-3.946856.1382

#dfc65a color RGB value is (223,198,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 01011010
Octal 337 306 132
Decimal 223 198 90
Hex DF C6 5A

RGB Percentages of Color #dfc65a

%43.64
%38.75
%17.61

CMYK Percentages of Color #dfc65a

%0
%11
%60
%13

Triadic Colors of #dfc65a

#dfc65a #5adfc6 #c65adf

Analogous Colors of #dfc65a

#dfc65a #b6df5a #df845a

Monochromatic Colors of #dfc65a

#dfc65a

Complementary Color

#dfc65a #5a73df

#dfc65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc65a Color CSS Codes

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

#dfc65a Text Font Color

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

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


#dfc65a Background Color

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

This div background color is #dfc65a


#dfc65a Border Color

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

This div border color is #dfc65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc65a


Comments

No comments written yet.

Please login to write comment.