Color Hex Logo

#dbaf91 Color Hex

#DBAF91
(219,175,145)
0 Favorites   0 Comments

Color spaces of #dbaf91

RGB 219175145
HSL0.070.510.71
HSV24°34°86°
CMYK 0.000.200.34   0.14
XYZ49.654247.764333.3904
Yxy47.76430.37960.3651
Hunter Lab69.11177.300119.7330
CIE-Lab74.676011.849721.4674

#dbaf91 color RGB value is (219,175,145).

#dbaf91 hex color red value is 219, green value is 175 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dbaf91 hue: 0.07 , saturation: 0.51 and the lightness value of dbaf91 is 0.71.

The process color (four color CMYK) of #dbaf91 color hex is 0.00, 0.20, 0.34, 0.14. Web safe color of #dbaf91 is #cc9999. Color #dbaf91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10010001
Octal 333 257 221
Decimal 219 175 145
Hex DB AF 91

RGB Percentages of Color #dbaf91

%40.63
%32.47
%26.90

CMYK Percentages of Color #dbaf91

%0
%20
%34
%14

Triadic Colors of #dbaf91

#dbaf91 #91dbaf #af91db

Analogous Colors of #dbaf91

#dbaf91 #dbd491 #db9198

Monochromatic Colors of #dbaf91

#dbaf91

Complementary Color

#dbaf91 #91bddb

#dbaf91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf91 Color CSS Codes

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

#dbaf91 Text Font Color

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

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


#dbaf91 Background Color

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

This div background color is #dbaf91


#dbaf91 Border Color

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

This div border color is #dbaf91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf91


Comments

No comments written yet.

Please login to write comment.