Color Hex Logo

#dbaf79 Color Hex

#DBAF79
(219,175,121)
0 Favorites   0 Comments

Color spaces of #dbaf79

RGB 219175121
HSL0.090.580.67
HSV33°45°86°
CMYK 0.000.200.45   0.14
XYZ47.994647.100524.6509
Yxy47.10050.40080.3933
Hunter Lab68.62984.727526.7447
CIE-Lab74.25409.131433.7149

#dbaf79 color RGB value is (219,175,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01111001
Octal 333 257 171
Decimal 219 175 121
Hex DB AF 79

RGB Percentages of Color #dbaf79

%42.52
%33.98
%23.50

CMYK Percentages of Color #dbaf79

%0
%20
%45
%14

Triadic Colors of #dbaf79

#dbaf79 #79dbaf #af79db

Analogous Colors of #dbaf79

#dbaf79 #d6db79 #db7e79

Monochromatic Colors of #dbaf79

#dbaf79

Complementary Color

#dbaf79 #79a5db

#dbaf79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf79 Color CSS Codes

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

#dbaf79 Text Font Color

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

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


#dbaf79 Background Color

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

This div background color is #dbaf79


#dbaf79 Border Color

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

This div border color is #dbaf79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf79


Comments

No comments written yet.

Please login to write comment.