#DAB59C

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

Shades of Cashmere #DAB59C

Tints of Cashmere #DAB59C

Color information

#DAB59C (or 0xDAB59C) is unknown color: approx Cashmere. HEX triplet: DA, B5 and 9C. RGB value is (218,181,156). Sum of RGB (Red+Green+Blue) = 218+181+156=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB59C is #254A63. Grayscale: #BDBDBD. Windows color (decimal): -2443876 or 10270170. OLE color: 10270170.

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

Color convert

RGB218181156-
CMYK00.170.280.15
HSL24.19º45.59%73.33%-
HSV(B)24.19º28.44%85.49%-
XYZ51.4450.3538.46-
YUV189.21109.26148.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=39.28%
G=32.61%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818115600.170.280.1524.1945.5973.33
HexDAB59C0111CF182e49
Octal33226523402134173056111
Binary110110101011010110011100010001111001111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB59C; }

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

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

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

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

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

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

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

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