Color Hex Logo

#dbaf76 Color Hex

#DBAF76
(219,175,118)
0 Favorites   0 Comments

Color spaces of #dbaf76

RGB 219175118
HSL0.090.580.66
HSV34°46°86°
CMYK 0.000.200.46   0.14
XYZ47.813447.028023.6968
Yxy47.02800.40340.3967
Hunter Lab68.57704.444527.5162
CIE-Lab74.20778.829435.2284

#dbaf76 color RGB value is (219,175,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01110110
Octal 333 257 166
Decimal 219 175 118
Hex DB AF 76

RGB Percentages of Color #dbaf76

%42.77
%34.18
%23.05

CMYK Percentages of Color #dbaf76

%0
%20
%46
%14

Triadic Colors of #dbaf76

#dbaf76 #76dbaf #af76db

Analogous Colors of #dbaf76

#dbaf76 #d5db76 #db7d76

Monochromatic Colors of #dbaf76

#dbaf76

Complementary Color

#dbaf76 #76a2db

#dbaf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf76 Color CSS Codes

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

#dbaf76 Text Font Color

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

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


#dbaf76 Background Color

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

This div background color is #dbaf76


#dbaf76 Border Color

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

This div border color is #dbaf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf76


Comments

No comments written yet.

Please login to write comment.