Color Hex Logo

#dbab53 Color Hex

#DBAB53
(219,171,83)
0 Favorites   0 Comments

Color spaces of #dbab53

RGB 21917183
HSL0.110.650.59
HSV39°62°86°
CMYK 0.000.220.62   0.14
XYZ45.337744.810414.4433
Yxy44.81040.43350.4284
Hunter Lab66.94063.749034.0658
CIE-Lab72.76698.054451.0467

#dbab53 color RGB value is (219,171,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01010011
Octal 333 253 123
Decimal 219 171 83
Hex DB AB 53

RGB Percentages of Color #dbab53

%46.30
%36.15
%17.55

CMYK Percentages of Color #dbab53

%0
%22
%62
%14

Triadic Colors of #dbab53

#dbab53 #53dbab #ab53db

Analogous Colors of #dbab53

#dbab53 #c7db53 #db6753

Monochromatic Colors of #dbab53

#dbab53

Complementary Color

#dbab53 #5383db

#dbab53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab53 Color CSS Codes

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

#dbab53 Text Font Color

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

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


#dbab53 Background Color

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

This div background color is #dbab53


#dbab53 Border Color

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

This div border color is #dbab53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,171,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 #dbab53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab53


Comments

No comments written yet.

Please login to write comment.