#DAB59D

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

Shades of Cashmere #DAB59D

Tints of Cashmere #DAB59D

Color information

#DAB59D (or 0xDAB59D) is unknown color: approx Cashmere. HEX triplet: DA, B5 and 9D. RGB value is (218,181,157). Sum of RGB (Red+Green+Blue) = 218+181+157=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB59D is #254A62. Grayscale: #BDBDBD. Windows color (decimal): -2443875 or 10335706. OLE color: 10335706.

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

Color convert

RGB218181157-
CMYK00.170.280.15
HSL23.61º45.19%73.53%-
HSV(B)23.61º27.98%85.49%-
XYZ51.5250.3938.91-
YUV189.33109.76148.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 157 (61.72% from 255) = 28.24%
R=39.21%
G=32.55%
B=28.24%

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
Decimal21818115700.170.280.1523.6145.1973.53
HexDAB59D0111CF182d4a
Octal33226523502134173055112
Binary110110101011010110011101010001111001111110001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB59D; }

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

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

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

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

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

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

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

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