Color Hex Logo

#dbaf6f Color Hex

#DBAF6F
(219,175,111)
0 Favorites   0 Comments

Color spaces of #dbaf6f

RGB 219175111
HSL0.100.600.65
HSV36°49°86°
CMYK 0.000.200.49   0.14
XYZ47.412646.867721.5864
Yxy46.86770.40920.4045
Hunter Lab68.46003.816929.2270
CIE-Lab74.10518.157438.7344

#dbaf6f color RGB value is (219,175,111).

#dbaf6f hex color red value is 219, green value is 175 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dbaf6f hue: 0.10 , saturation: 0.60 and the lightness value of dbaf6f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01101111
Octal 333 257 157
Decimal 219 175 111
Hex DB AF 6F

RGB Percentages of Color #dbaf6f

%43.37
%34.65
%21.98

CMYK Percentages of Color #dbaf6f

%0
%20
%49
%14

Triadic Colors of #dbaf6f

#dbaf6f #6fdbaf #af6fdb

Analogous Colors of #dbaf6f

#dbaf6f #d1db6f #db796f

Monochromatic Colors of #dbaf6f

#dbaf6f

Complementary Color

#dbaf6f #6f9bdb

#dbaf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf6f Color CSS Codes

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

#dbaf6f Text Font Color

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

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


#dbaf6f Background Color

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

This div background color is #dbaf6f


#dbaf6f Border Color

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

This div border color is #dbaf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf6f


Comments

No comments written yet.

Please login to write comment.