Color Hex Logo

#dbaf4f Color Hex

#DBAF4F
(219,175,79)
0 Favorites   0 Comments

Color spaces of #dbaf4f

RGB 21917579
HSL0.110.660.58
HSV41°64°86°
CMYK 0.000.200.64   0.14
XYZ45.954746.284513.9089
Yxy46.28450.43290.4360
Hunter Lab68.03271.515835.5014
CIE-Lab73.72985.668353.9806

#dbaf4f color RGB value is (219,175,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01001111
Octal 333 257 117
Decimal 219 175 79
Hex DB AF 4F

RGB Percentages of Color #dbaf4f

%46.30
%37.00
%16.70

CMYK Percentages of Color #dbaf4f

%0
%20
%64
%14

Triadic Colors of #dbaf4f

#dbaf4f #4fdbaf #af4fdb

Analogous Colors of #dbaf4f

#dbaf4f #c1db4f #db694f

Monochromatic Colors of #dbaf4f

#dbaf4f

Complementary Color

#dbaf4f #4f7bdb

#dbaf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf4f Color CSS Codes

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

#dbaf4f Text Font Color

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

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


#dbaf4f Background Color

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

This div background color is #dbaf4f


#dbaf4f Border Color

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

This div border color is #dbaf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf4f


Comments

No comments written yet.

Please login to write comment.