Color Hex Logo

#dbab20 Color Hex

#DBAB20
(219,171,32)
0 Favorites   0 Comments

Color spaces of #dbab20

RGB 21917132
HSL0.120.750.49
HSV45°85°86°
CMYK 0.000.220.85   0.14
XYZ44.037044.29027.5944
Yxy44.29020.45910.4617
Hunter Lab66.55091.650239.8198
CIE-Lab72.42205.768570.1250

#dbab20 color RGB value is (219,171,32).

#dbab20 hex color red value is 219, green value is 171 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #dbab20 hue: 0.12 , saturation: 0.75 and the lightness value of dbab20 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 00100000
Octal 333 253 40
Decimal 219 171 32
Hex DB AB 20

RGB Percentages of Color #dbab20

%51.90
%40.52
%7.58

CMYK Percentages of Color #dbab20

%0
%22
%85
%14

Triadic Colors of #dbab20

#dbab20 #20dbab #ab20db

Analogous Colors of #dbab20

#dbab20 #aedb20 #db4e20

Monochromatic Colors of #dbab20

#dbab20

Complementary Color

#dbab20 #2050db

#dbab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbab20 Color CSS Codes

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

#dbab20 Text Font Color

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

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


#dbab20 Background Color

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

This div background color is #dbab20


#dbab20 Border Color

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

This div border color is #dbab20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbab20


Comments

No comments written yet.

Please login to write comment.