Color Hex Logo

#dfb65a Color Hex

#DFB65A
(223,182,90)
0 Favorites   0 Comments

Color spaces of #dfb65a

RGB 22318290
HSL0.120.680.61
HSV42°60°87°
CMYK 0.000.180.60   0.13
XYZ49.004849.882116.7182
Yxy49.88210.42390.4315
Hunter Lab70.62730.254735.4045
CIE-Lab75.99684.393351.5193

#dfb65a color RGB value is (223,182,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01011010
Octal 337 266 132
Decimal 223 182 90
Hex DF B6 5A

RGB Percentages of Color #dfb65a

%45.05
%36.77
%18.18

CMYK Percentages of Color #dfb65a

%0
%18
%60
%13

Triadic Colors of #dfb65a

#dfb65a #5adfb6 #b65adf

Analogous Colors of #dfb65a

#dfb65a #c6df5a #df745a

Monochromatic Colors of #dfb65a

#dfb65a

Complementary Color

#dfb65a #5a83df

#dfb65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb65a Color CSS Codes

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

#dfb65a Text Font Color

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

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


#dfb65a Background Color

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

This div background color is #dfb65a


#dfb65a Border Color

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

This div border color is #dfb65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb65a


Comments

No comments written yet.

Please login to write comment.