Color Hex Logo

#dbab5a Color Hex

#DBAB5A
(219,171,90)
0 Favorites   0 Comments

Color spaces of #dbab5a

RGB 21917190
HSL0.100.640.61
HSV38°59°86°
CMYK 0.000.220.59   0.14
XYZ45.621844.924115.9395
Yxy44.92410.42840.4219
Hunter Lab67.02544.204032.8179
CIE-Lab72.84198.545447.7690

#dbab5a color RGB value is (219,171,90).

#dbab5a hex color red value is 219, green value is 171 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dbab5a hue: 0.10 , saturation: 0.64 and the lightness value of dbab5a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01011010
Octal 333 253 132
Decimal 219 171 90
Hex DB AB 5A

RGB Percentages of Color #dbab5a

%45.63
%35.63
%18.75

CMYK Percentages of Color #dbab5a

%0
%22
%59
%14

Triadic Colors of #dbab5a

#dbab5a #5adbab #ab5adb

Analogous Colors of #dbab5a

#dbab5a #cbdb5a #db6b5a

Monochromatic Colors of #dbab5a

#dbab5a

Complementary Color

#dbab5a #5a8adb

#dbab5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab5a Color CSS Codes

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

#dbab5a Text Font Color

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

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


#dbab5a Background Color

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

This div background color is #dbab5a


#dbab5a Border Color

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

This div border color is #dbab5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab5a


Comments

No comments written yet.

Please login to write comment.