Color Hex Logo

#dbaf47 Color Hex

#DBAF47
(219,175,71)
0 Favorites   0 Comments

Color spaces of #dbaf47

RGB 21917571
HSL0.120.670.57
HSV42°68°86°
CMYK 0.000.200.68   0.14
XYZ45.680746.174912.4663
Yxy46.17490.43790.4426
Hunter Lab67.95211.080136.6893
CIE-Lab73.65895.192357.4686

#dbaf47 color RGB value is (219,175,71).

#dbaf47 hex color red value is 219, green value is 175 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dbaf47 hue: 0.12 , saturation: 0.67 and the lightness value of dbaf47 is 0.57.

The process color (four color CMYK) of #dbaf47 color hex is 0.00, 0.20, 0.68, 0.14. Web safe color of #dbaf47 is #cc9933. Color #dbaf47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01000111
Octal 333 257 107
Decimal 219 175 71
Hex DB AF 47

RGB Percentages of Color #dbaf47

%47.10
%37.63
%15.27

CMYK Percentages of Color #dbaf47

%0
%20
%68
%14

Triadic Colors of #dbaf47

#dbaf47 #47dbaf #af47db

Analogous Colors of #dbaf47

#dbaf47 #bddb47 #db6547

Monochromatic Colors of #dbaf47

#dbaf47

Complementary Color

#dbaf47 #4773db

#dbaf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf47 Color CSS Codes

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

#dbaf47 Text Font Color

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

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


#dbaf47 Background Color

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

This div background color is #dbaf47


#dbaf47 Border Color

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

This div border color is #dbaf47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf47


Comments

No comments written yet.

Please login to write comment.