Color Hex Logo

#dbaa31 Color Hex

#DBAA31
(219,170,49)
0 Favorites   0 Comments

Color spaces of #dbaa31

RGB 21917049
HSL0.120.700.53
HSV43°78°86°
CMYK 0.000.220.78   0.14
XYZ44.142544.03139.0781
Yxy44.03130.45390.4528
Hunter Lab66.35612.621638.3379
CIE-Lab72.24946.821364.7816

#dbaa31 color RGB value is (219,170,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 00110001
Octal 333 252 61
Decimal 219 170 49
Hex DB AA 31

RGB Percentages of Color #dbaa31

%50.00
%38.81
%11.19

CMYK Percentages of Color #dbaa31

%0
%22
%78
%14

Triadic Colors of #dbaa31

#dbaa31 #31dbaa #aa31db

Analogous Colors of #dbaa31

#dbaa31 #b7db31 #db5531

Monochromatic Colors of #dbaa31

#dbaa31

Complementary Color

#dbaa31 #3162db

#dbaa31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa31 Color CSS Codes

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

#dbaa31 Text Font Color

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

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


#dbaa31 Background Color

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

This div background color is #dbaa31


#dbaa31 Border Color

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

This div border color is #dbaa31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa31


Comments

No comments written yet.

Please login to write comment.