Color Hex Logo

#dbaa4d Color Hex

#DBAA4D
(219,170,77)
0 Favorites   0 Comments

Color spaces of #dbaa4d

RGB 21917077
HSL0.110.660.58
HSV39°65°86°
CMYK 0.000.220.65   0.14
XYZ44.927744.345313.2127
Yxy44.34530.43840.4327
Hunter Lab66.59233.891834.8507
CIE-Lab72.45878.201653.4986

#dbaa4d color RGB value is (219,170,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01001101
Octal 333 252 115
Decimal 219 170 77
Hex DB AA 4D

RGB Percentages of Color #dbaa4d

%47.00
%36.48
%16.52

CMYK Percentages of Color #dbaa4d

%0
%22
%65
%14

Triadic Colors of #dbaa4d

#dbaa4d #4ddbaa #aa4ddb

Analogous Colors of #dbaa4d

#dbaa4d #c5db4d #db634d

Monochromatic Colors of #dbaa4d

#dbaa4d

Complementary Color

#dbaa4d #4d7edb

#dbaa4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa4d Color CSS Codes

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

#dbaa4d Text Font Color

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

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


#dbaa4d Background Color

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

This div background color is #dbaa4d


#dbaa4d Border Color

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

This div border color is #dbaa4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa4d


Comments

No comments written yet.

Please login to write comment.