Color Hex Logo

#dfb05b Color Hex

#DFB05B
(223,176,91)
0 Favorites   0 Comments

Color spaces of #dfb05b

RGB 22317691
HSL0.110.670.62
HSV39°59°87°
CMYK 0.000.210.59   0.13
XYZ47.845147.494016.5431
Yxy47.49400.42760.4245
Hunter Lab68.91593.321434.0087
CIE-Lab74.50477.637249.3217

#dfb05b color RGB value is (223,176,91).

#dfb05b hex color red value is 223, green value is 176 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dfb05b hue: 0.11 , saturation: 0.67 and the lightness value of dfb05b is 0.62.

The process color (four color CMYK) of #dfb05b color hex is 0.00, 0.21, 0.59, 0.13. Web safe color of #dfb05b is #cc9966. Color #dfb05b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01011011
Octal 337 260 133
Decimal 223 176 91
Hex DF B0 5B

RGB Percentages of Color #dfb05b

%45.51
%35.92
%18.57

CMYK Percentages of Color #dfb05b

%0
%21
%59
%13

Triadic Colors of #dfb05b

#dfb05b #5bdfb0 #b05bdf

Analogous Colors of #dfb05b

#dfb05b #ccdf5b #df6e5b

Monochromatic Colors of #dfb05b

#dfb05b

Complementary Color

#dfb05b #5b8adf

#dfb05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb05b Color CSS Codes

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

#dfb05b Text Font Color

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

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


#dfb05b Background Color

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

This div background color is #dfb05b


#dfb05b Border Color

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

This div border color is #dfb05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb05b


Comments

No comments written yet.

Please login to write comment.