Color Hex Logo

#dab220 Color Hex

#DAB220
(218,178,32)
0 Favorites   0 Comments

Color spaces of #dab220

RGB 21817832
HSL0.130.740.49
HSV47°85°85°
CMYK 0.000.180.85   0.15
XYZ45.094546.85058.0328
Yxy46.85050.45100.4686
Hunter Lab68.4474-2.183740.9551
CIE-Lab74.09401.634171.4532

#dab220 color RGB value is (218,178,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00100000
Octal 332 262 40
Decimal 218 178 32
Hex DA B2 20

RGB Percentages of Color #dab220

%50.93
%41.59
%7.48

CMYK Percentages of Color #dab220

%0
%18
%85
%15

Triadic Colors of #dab220

#dab220 #20dab2 #b220da

Analogous Colors of #dab220

#dab220 #a5da20 #da5520

Monochromatic Colors of #dab220

#dab220

Complementary Color

#dab220 #2048da

#dab220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab220 Color CSS Codes

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

#dab220 Text Font Color

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

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


#dab220 Background Color

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

This div background color is #dab220


#dab220 Border Color

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

This div border color is #dab220


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,178,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 #dab220">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab220


Comments

No comments written yet.

Please login to write comment.