Color Hex Logo

#dab32d Color Hex

#DAB32D
(218,179,45)
0 Favorites   0 Comments

Color spaces of #dab32d

RGB 21817945
HSL0.130.700.52
HSV46°79°85°
CMYK 0.000.180.79   0.15
XYZ45.507247.33519.2207
Yxy47.33510.44590.4638
Hunter Lab68.8005-2.334440.2143
CIE-Lab74.40361.485868.0406

#dab32d color RGB value is (218,179,45).

#dab32d hex color red value is 218, green value is 179 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dab32d hue: 0.13 , saturation: 0.70 and the lightness value of dab32d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00101101
Octal 332 263 55
Decimal 218 179 45
Hex DA B3 2D

RGB Percentages of Color #dab32d

%49.32
%40.50
%10.18

CMYK Percentages of Color #dab32d

%0
%18
%79
%15

Triadic Colors of #dab32d

#dab32d #2ddab3 #b32dda

Analogous Colors of #dab32d

#dab32d #abda2d #da5c2d

Monochromatic Colors of #dab32d

#dab32d

Complementary Color

#dab32d #2d54da

#dab32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab32d Color CSS Codes

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

#dab32d Text Font Color

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

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


#dab32d Background Color

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

This div background color is #dab32d


#dab32d Border Color

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

This div border color is #dab32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab32d


Comments

No comments written yet.

Please login to write comment.