Color Hex Logo

#dfb862 Color Hex

#DFB862
(223,184,98)
0 Favorites   0 Comments

Color spaces of #dfb862

RGB 22318498
HSL0.110.660.63
HSV41°56°87°
CMYK 0.000.170.56   0.13
XYZ49.776550.850818.7470
Yxy50.85080.41700.4260
Hunter Lab71.3097-0.193334.3298
CIE-Lab76.58853.936448.3716

#dfb862 color RGB value is (223,184,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01100010
Octal 337 270 142
Decimal 223 184 98
Hex DF B8 62

RGB Percentages of Color #dfb862

%44.16
%36.44
%19.41

CMYK Percentages of Color #dfb862

%0
%17
%56
%13

Triadic Colors of #dfb862

#dfb862 #62dfb8 #b862df

Analogous Colors of #dfb862

#dfb862 #c8df62 #df7a62

Monochromatic Colors of #dfb862

#dfb862

Complementary Color

#dfb862 #6289df

#dfb862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb862 Color CSS Codes

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

#dfb862 Text Font Color

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

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


#dfb862 Background Color

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

This div background color is #dfb862


#dfb862 Border Color

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

This div border color is #dfb862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb862


Comments

No comments written yet.

Please login to write comment.