Color Hex Logo

#dbab62 Color Hex

#DBAB62
(219,171,98)
0 Favorites   0 Comments

Color spaces of #dbab62

RGB 21917198
HSL0.100.630.62
HSV36°55°86°
CMYK 0.000.220.55   0.14
XYZ45.980945.067717.8308
Yxy45.06770.42230.4139
Hunter Lab67.13254.777831.2449
CIE-Lab72.93649.162343.9178

#dbab62 color RGB value is (219,171,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01100010
Octal 333 253 142
Decimal 219 171 98
Hex DB AB 62

RGB Percentages of Color #dbab62

%44.88
%35.04
%20.08

CMYK Percentages of Color #dbab62

%0
%22
%55
%14

Triadic Colors of #dbab62

#dbab62 #62dbab #ab62db

Analogous Colors of #dbab62

#dbab62 #cfdb62 #db6f62

Monochromatic Colors of #dbab62

#dbab62

Complementary Color

#dbab62 #6292db

#dbab62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab62 Color CSS Codes

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

#dbab62 Text Font Color

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

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


#dbab62 Background Color

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

This div background color is #dbab62


#dbab62 Border Color

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

This div border color is #dbab62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab62


Comments

No comments written yet.

Please login to write comment.