Color Hex Logo

#dbab45 Color Hex

#DBAB45
(219,171,69)
0 Favorites   0 Comments

Color spaces of #dbab45

RGB 21917169
HSL0.110.680.56
HSV41°68°86°
CMYK 0.000.220.68   0.14
XYZ44.850544.615611.8780
Yxy44.61560.44260.4402
Hunter Lab66.79492.965636.2130
CIE-Lab72.63817.205257.2610

#dbab45 color RGB value is (219,171,69).

#dbab45 hex color red value is 219, green value is 171 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dbab45 hue: 0.11 , saturation: 0.68 and the lightness value of dbab45 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01000101
Octal 333 253 105
Decimal 219 171 69
Hex DB AB 45

RGB Percentages of Color #dbab45

%47.71
%37.25
%15.03

CMYK Percentages of Color #dbab45

%0
%22
%68
%14

Triadic Colors of #dbab45

#dbab45 #45dbab #ab45db

Analogous Colors of #dbab45

#dbab45 #c0db45 #db6045

Monochromatic Colors of #dbab45

#dbab45

Complementary Color

#dbab45 #4575db

#dbab45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab45 Color CSS Codes

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

#dbab45 Text Font Color

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

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


#dbab45 Background Color

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

This div background color is #dbab45


#dbab45 Border Color

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

This div border color is #dbab45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab45


Comments

No comments written yet.

Please login to write comment.