Color Hex Logo

#dab33b Color Hex

#DAB33B
(218,179,59)
0 Favorites   0 Comments

Color spaces of #dab33b

RGB 21817959
HSL0.130.680.54
HSV45°73°85°
CMYK 0.000.180.73   0.15
XYZ45.823047.461410.8835
Yxy47.46140.43990.4556
Hunter Lab68.8922-1.833938.8580
CIE-Lab74.48392.042363.1887

#dab33b color RGB value is (218,179,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00111011
Octal 332 263 73
Decimal 218 179 59
Hex DA B3 3B

RGB Percentages of Color #dab33b

%47.81
%39.25
%12.94

CMYK Percentages of Color #dab33b

%0
%18
%73
%15

Triadic Colors of #dab33b

#dab33b #3bdab3 #b33bda

Analogous Colors of #dab33b

#dab33b #b2da3b #da643b

Monochromatic Colors of #dab33b

#dab33b

Complementary Color

#dab33b #3b62da

#dab33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab33b Color CSS Codes

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

#dab33b Text Font Color

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

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


#dab33b Background Color

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

This div background color is #dab33b


#dab33b Border Color

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

This div border color is #dab33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab33b


Comments

No comments written yet.

Please login to write comment.