#DAB59F

Color #DAB59F Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DAB59F

Tints of Cashmere #DAB59F

Color information

#DAB59F (or 0xDAB59F) is unknown color: approx Cashmere. HEX triplet: DA, B5 and 9F. RGB value is (218,181,159). Sum of RGB (Red+Green+Blue) = 218+181+159=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB59F is #254A60. Grayscale: #BDBDBD. Windows color (decimal): -2443873 or 10466778. OLE color: 10466778.

HSL color Cylindrical-coordinate representation of color #DAB59F: hue angle of 22.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB59F is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218181159-
CMYK00.170.270.15
HSL22.37º44.36%73.92%-
HSV(B)22.37º27.06%85.49%-
XYZ51.750.4639.82-
YUV189.56110.76148.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=39.07%
G=32.44%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818115900.170.270.1522.3744.3673.92
HexDAB59F0111BF162c4a
Octal33226523702133172654112
Binary110110101011010110011111010001110111111101101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB59F; }

 p { color: rgb(218,181,159); }

 H1.HeaderClassName
 {
   color: #DAB59F;
 }
 .AnyTagClassName
 {
   color: #DAB59F;
 }
</style>
background-color css

<style>
 a { background-color: #DAB59F; }

 a { background-color: rgb(218,181,159); }

 div.DivClassName
 {
   background-color: #DAB59F;
 }
 .BgClassName
 {
   background-color: #DAB59F;
 }
</style>
border-color css

<style>
 span { border-color: #DAB59F; }

 span { border-color: rgb(218,181,159); }

 td.TdClassName
 {
   border-color: #DAB59F;
 }
 .TagClassName
 {
   border-color: #DAB59F;
 }
</style>