Color Hex Logo

#dab550 Color Hex

#DAB550
(218,181,80)
0 Favorites   0 Comments

Color spaces of #dab550

RGB 21818180
HSL0.120.650.58
HSV44°63°85°
CMYK 0.000.170.63   0.15
XYZ46.885348.532414.4860
Yxy48.53240.42660.4416
Hunter Lab69.6652-1.782036.4370
CIE-Lab75.15952.136955.0715

#dab550 color RGB value is (218,181,80).

#dab550 hex color red value is 218, green value is 181 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dab550 hue: 0.12 , saturation: 0.65 and the lightness value of dab550 is 0.58.

The process color (four color CMYK) of #dab550 color hex is 0.00, 0.17, 0.63, 0.15. Web safe color of #dab550 is #cccc66. Color #dab550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01010000
Octal 332 265 120
Decimal 218 181 80
Hex DA B5 50

RGB Percentages of Color #dab550

%45.51
%37.79
%16.70

CMYK Percentages of Color #dab550

%0
%17
%63
%15

Triadic Colors of #dab550

#dab550 #50dab5 #b550da

Analogous Colors of #dab550

#dab550 #bada50 #da7050

Monochromatic Colors of #dab550

#dab550

Complementary Color

#dab550 #5075da

#dab550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab550 Color CSS Codes

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

#dab550 Text Font Color

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

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


#dab550 Background Color

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

This div background color is #dab550


#dab550 Border Color

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

This div border color is #dab550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab550


Comments

No comments written yet.

Please login to write comment.