Color Hex Logo

#dfb962 Color Hex

#DFB962
(223,185,98)
0 Favorites   0 Comments

Color spaces of #dfb962

RGB 22318598
HSL0.120.660.63
HSV42°56°87°
CMYK 0.000.170.56   0.13
XYZ49.985051.267718.8164
Yxy51.26770.41630.4270
Hunter Lab71.6015-0.691734.5400
CIE-Lab76.84093.410748.6696

#dfb962 color RGB value is (223,185,98).

#dfb962 hex color red value is 223, green value is 185 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dfb962 hue: 0.12 , saturation: 0.66 and the lightness value of dfb962 is 0.63.

The process color (four color CMYK) of #dfb962 color hex is 0.00, 0.17, 0.56, 0.13. Web safe color of #dfb962 is #cccc66. Color #dfb962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01100010
Octal 337 271 142
Decimal 223 185 98
Hex DF B9 62

RGB Percentages of Color #dfb962

%44.07
%36.56
%19.37

CMYK Percentages of Color #dfb962

%0
%17
%56
%13

Triadic Colors of #dfb962

#dfb962 #62dfb9 #b962df

Analogous Colors of #dfb962

#dfb962 #c7df62 #df7b62

Monochromatic Colors of #dfb962

#dfb962

Complementary Color

#dfb962 #6288df

#dfb962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb962 Color CSS Codes

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

#dfb962 Text Font Color

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

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


#dfb962 Background Color

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

This div background color is #dfb962


#dfb962 Border Color

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

This div border color is #dfb962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb962


Comments

No comments written yet.

Please login to write comment.