Color Hex Logo

#dbaa2c Color Hex

#DBAA2C
(219,170,44)
0 Favorites   0 Comments

Color spaces of #dbaa2c

RGB 21917044
HSL0.120.710.52
HSV43°80°86°
CMYK 0.000.220.80   0.14
XYZ44.042843.99148.5528
Yxy43.99140.45600.4555
Hunter Lab66.32602.459738.7827
CIE-Lab72.22276.644566.4545

#dbaa2c color RGB value is (219,170,44).

#dbaa2c hex color red value is 219, green value is 170 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dbaa2c hue: 0.12 , saturation: 0.71 and the lightness value of dbaa2c is 0.52.

The process color (four color CMYK) of #dbaa2c color hex is 0.00, 0.22, 0.80, 0.14. Web safe color of #dbaa2c is #cc9933. Color #dbaa2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 00101100
Octal 333 252 54
Decimal 219 170 44
Hex DB AA 2C

RGB Percentages of Color #dbaa2c

%50.58
%39.26
%10.16

CMYK Percentages of Color #dbaa2c

%0
%22
%80
%14

Triadic Colors of #dbaa2c

#dbaa2c #2cdbaa #aa2cdb

Analogous Colors of #dbaa2c

#dbaa2c #b5db2c #db532c

Monochromatic Colors of #dbaa2c

#dbaa2c

Complementary Color

#dbaa2c #2c5ddb

#dbaa2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa2c Color CSS Codes

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

#dbaa2c Text Font Color

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

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


#dbaa2c Background Color

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

This div background color is #dbaa2c


#dbaa2c Border Color

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

This div border color is #dbaa2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa2c


Comments

No comments written yet.

Please login to write comment.