Color Hex Logo

#dbaf5f Color Hex

#DBAF5F
(219,175,95)
0 Favorites   0 Comments

Color spaces of #dbaf5f

RGB 21917595
HSL0.110.630.62
HSV39°57°86°
CMYK 0.000.200.57   0.14
XYZ46.608946.546217.3542
Yxy46.54620.42180.4212
Hunter Lab68.22482.551932.6759
CIE-Lab73.89866.794146.5603

#dbaf5f color RGB value is (219,175,95).

#dbaf5f hex color red value is 219, green value is 175 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbaf5f hue: 0.11 , saturation: 0.63 and the lightness value of dbaf5f is 0.62.

The process color (four color CMYK) of #dbaf5f color hex is 0.00, 0.20, 0.57, 0.14. Web safe color of #dbaf5f is #cc9966. Color #dbaf5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01011111
Octal 333 257 137
Decimal 219 175 95
Hex DB AF 5F

RGB Percentages of Color #dbaf5f

%44.79
%35.79
%19.43

CMYK Percentages of Color #dbaf5f

%0
%20
%57
%14

Triadic Colors of #dbaf5f

#dbaf5f #5fdbaf #af5fdb

Analogous Colors of #dbaf5f

#dbaf5f #c9db5f #db715f

Monochromatic Colors of #dbaf5f

#dbaf5f

Complementary Color

#dbaf5f #5f8bdb

#dbaf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf5f Color CSS Codes

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

#dbaf5f Text Font Color

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

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


#dbaf5f Background Color

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

This div background color is #dbaf5f


#dbaf5f Border Color

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

This div border color is #dbaf5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,175,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbaf5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbaf5f;
  -webkit-box-shadow: 1px 1px 3px 2px #dbaf5f;
  box-shadow:         1px 1px 3px 2px #dbaf5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,175,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf5f

#dbaf5f Color Palettes


Comments

No comments written yet.

Please login to write comment.