Color Hex Logo

#dab573 Color Hex

#DAB573
(218,181,115)
0 Favorites   0 Comments

Color spaces of #dab573

RGB 218181115
HSL0.110.580.65
HSV38°47°85°
CMYK 0.000.170.47   0.15
XYZ48.531849.191023.1566
Yxy49.19100.40150.4069
Hunter Lab70.13630.777129.5199
CIE-Lab75.57004.939038.4984

#dab573 color RGB value is (218,181,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01110011
Octal 332 265 163
Decimal 218 181 115
Hex DA B5 73

RGB Percentages of Color #dab573

%42.41
%35.21
%22.37

CMYK Percentages of Color #dab573

%0
%17
%47
%15

Triadic Colors of #dab573

#dab573 #73dab5 #b573da

Analogous Colors of #dab573

#dab573 #ccda73 #da8273

Monochromatic Colors of #dab573

#dab573

Complementary Color

#dab573 #7398da

#dab573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab573 Color CSS Codes

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

#dab573 Text Font Color

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

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


#dab573 Background Color

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

This div background color is #dab573


#dab573 Border Color

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

This div border color is #dab573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab573


Comments

No comments written yet.

Please login to write comment.