Color Hex Logo

#dab221 Color Hex

#DAB221
(218,178,33)
0 Favorites   0 Comments

Color spaces of #dab221

RGB 21817833
HSL0.130.740.49
HSV47°85°85°
CMYK 0.000.180.85   0.15
XYZ45.108446.85608.1055
Yxy46.85600.45080.4682
Hunter Lab68.4514-2.161440.8953
CIE-Lab74.09761.659071.2069

#dab221 color RGB value is (218,178,33).

#dab221 hex color red value is 218, green value is 178 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dab221 hue: 0.13 , saturation: 0.74 and the lightness value of dab221 is 0.49.

The process color (four color CMYK) of #dab221 color hex is 0.00, 0.18, 0.85, 0.15. Web safe color of #dab221 is #cc9933. Color #dab221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00100001
Octal 332 262 41
Decimal 218 178 33
Hex DA B2 21

RGB Percentages of Color #dab221

%50.82
%41.49
%7.69

CMYK Percentages of Color #dab221

%0
%18
%85
%15

Triadic Colors of #dab221

#dab221 #21dab2 #b221da

Analogous Colors of #dab221

#dab221 #a6da21 #da5621

Monochromatic Colors of #dab221

#dab221

Complementary Color

#dab221 #2149da

#dab221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab221 Color CSS Codes

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

#dab221 Text Font Color

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

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


#dab221 Background Color

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

This div background color is #dab221


#dab221 Border Color

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

This div border color is #dab221


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,178,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dab221; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dab221;
  -webkit-box-shadow: 1px 1px 3px 2px #dab221;
  box-shadow:         1px 1px 3px 2px #dab221; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,178,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab221


Comments

No comments written yet.

Please login to write comment.