Color Hex Logo

#dbaa63 Color Hex

#DBAA63
(219,170,99)
0 Favorites   0 Comments

Color spaces of #dbaa63

RGB 21917099
HSL0.100.630.62
HSV36°55°86°
CMYK 0.000.220.55   0.14
XYZ45.840344.710418.0183
Yxy44.71040.42220.4118
Hunter Lab66.86585.356630.8292
CIE-Lab72.70089.777643.1293

#dbaa63 color RGB value is (219,170,99).

#dbaa63 hex color red value is 219, green value is 170 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dbaa63 hue: 0.10 , saturation: 0.63 and the lightness value of dbaa63 is 0.62.

The process color (four color CMYK) of #dbaa63 color hex is 0.00, 0.22, 0.55, 0.14. Web safe color of #dbaa63 is #cc9966. Color #dbaa63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01100011
Octal 333 252 143
Decimal 219 170 99
Hex DB AA 63

RGB Percentages of Color #dbaa63

%44.88
%34.84
%20.29

CMYK Percentages of Color #dbaa63

%0
%22
%55
%14

Triadic Colors of #dbaa63

#dbaa63 #63dbaa #aa63db

Analogous Colors of #dbaa63

#dbaa63 #d0db63 #db6e63

Monochromatic Colors of #dbaa63

#dbaa63

Complementary Color

#dbaa63 #6394db

#dbaa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa63 Color CSS Codes

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

#dbaa63 Text Font Color

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

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


#dbaa63 Background Color

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

This div background color is #dbaa63


#dbaa63 Border Color

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

This div border color is #dbaa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa63


Comments

No comments written yet.

Please login to write comment.