Color Hex Logo

#dbab63 Color Hex

#DBAB63
(219,171,99)
0 Favorites   0 Comments

Color spaces of #dbab63

RGB 21917199
HSL0.100.630.62
HSV36°55°86°
CMYK 0.000.220.55   0.14
XYZ46.028545.086718.0810
Yxy45.08670.42150.4129
Hunter Lab67.14664.853831.0372
CIE-Lab72.94899.243843.4299

#dbab63 color RGB value is (219,171,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 01100011
Octal 333 253 143
Decimal 219 171 99
Hex DB AB 63

RGB Percentages of Color #dbab63

%44.79
%34.97
%20.25

CMYK Percentages of Color #dbab63

%0
%22
%55
%14

Triadic Colors of #dbab63

#dbab63 #63dbab #ab63db

Analogous Colors of #dbab63

#dbab63 #cfdb63 #db6f63

Monochromatic Colors of #dbab63

#dbab63

Complementary Color

#dbab63 #6393db

#dbab63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab63 Color CSS Codes

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

#dbab63 Text Font Color

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

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


#dbab63 Background Color

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

This div background color is #dbab63


#dbab63 Border Color

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

This div border color is #dbab63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab63


Comments

No comments written yet.

Please login to write comment.