#DAB59B

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

Shades of Cashmere #DAB59B

Tints of Cashmere #DAB59B

Color information

#DAB59B (or 0xDAB59B) is unknown color: approx Cashmere. HEX triplet: DA, B5 and 9B. RGB value is (218,181,155). Sum of RGB (Red+Green+Blue) = 218+181+155=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB59B is #254A64. Grayscale: #BDBDBD. Windows color (decimal): -2443877 or 10204634. OLE color: 10204634.

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

Color convert

RGB218181155-
CMYK00.170.290.15
HSL24.76º45.99%73.14%-
HSV(B)24.76º28.9%85.49%-
XYZ51.3550.3238.02-
YUV189.1108.76148.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 181 (71.09% from 255) = 32.67%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=39.35%
G=32.67%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818115500.170.290.1524.7645.9973.14
HexDAB59B0111DF192e49
Octal33226523302135173156111
Binary110110101011010110011011010001111011111110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB59B; }

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

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

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

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

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

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

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

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