Color Hex Logo

#dbaa53 Color Hex

#DBAA53
(219,170,83)
0 Favorites   0 Comments

Color spaces of #dbaa53

RGB 21917083
HSL0.110.650.59
HSV38°62°86°
CMYK 0.000.220.62   0.14
XYZ45.149544.434114.3806
Yxy44.43410.43430.4274
Hunter Lab66.65894.248833.8704
CIE-Lab72.51778.587150.7649

#dbaa53 color RGB value is (219,170,83).

#dbaa53 hex color red value is 219, green value is 170 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dbaa53 hue: 0.11 , saturation: 0.65 and the lightness value of dbaa53 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01010011
Octal 333 252 123
Decimal 219 170 83
Hex DB AA 53

RGB Percentages of Color #dbaa53

%46.40
%36.02
%17.58

CMYK Percentages of Color #dbaa53

%0
%22
%62
%14

Triadic Colors of #dbaa53

#dbaa53 #53dbaa #aa53db

Analogous Colors of #dbaa53

#dbaa53 #c8db53 #db6653

Monochromatic Colors of #dbaa53

#dbaa53

Complementary Color

#dbaa53 #5384db

#dbaa53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa53 Color CSS Codes

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

#dbaa53 Text Font Color

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

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


#dbaa53 Background Color

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

This div background color is #dbaa53


#dbaa53 Border Color

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

This div border color is #dbaa53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa53


Comments

No comments written yet.

Please login to write comment.