Color Hex Logo

#dab920 Color Hex

#DAB920
(218,185,32)
0 Favorites   0 Comments

Color spaces of #dab920

RGB 21818532
HSL0.140.740.49
HSV49°85°85°
CMYK 0.000.150.85   0.15
XYZ46.523149.70768.5090
Yxy49.70760.44420.4746
Hunter Lab70.5036-5.594842.1969
CIE-Lab75.8894-2.029372.9228

#dab920 color RGB value is (218,185,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00100000
Octal 332 271 40
Decimal 218 185 32
Hex DA B9 20

RGB Percentages of Color #dab920

%50.11
%42.53
%7.36

CMYK Percentages of Color #dab920

%0
%15
%85
%15

Triadic Colors of #dab920

#dab920 #20dab9 #b920da

Analogous Colors of #dab920

#dab920 #9eda20 #da5c20

Monochromatic Colors of #dab920

#dab920

Complementary Color

#dab920 #2041da

#dab920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab920 Color CSS Codes

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

#dab920 Text Font Color

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

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


#dab920 Background Color

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

This div background color is #dab920


#dab920 Border Color

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

This div border color is #dab920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab920


Comments

No comments written yet.

Please login to write comment.