Shades of Cashmere #DAB09C
Tints of Cashmere #DAB09C
RGB
CMYK
RGB Variations
Color information
#DAB09C (or 0xDAB09C) is known color: Cashmere. HEX triplet: DA, B0 and 9C. RGB value is (218,176,156). Sum of RGB (Red+Green+Blue) = 218+176+156=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB09C is #254F63. Grayscale: #BABABA. Windows color (decimal): -2445156 or 10268890. OLE color: 10268890.
HSL color Cylindrical-coordinate representation of color #DAB09C: hue angle of 19.35º 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 #DAB09C is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 156 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.15 |
| HSL | 19.35º | 0.46% | 0.73% | - |
| HSV(B) | 19.35º | 0.28% | 0.85% | - |
| XYZ | 50.44 | 48.36 | 38.13 | - |
| YUV | 186.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 156 | 0 | 0.19 | 0.28 | 0.15 | 19.35 | 0.46 | 0.73 |
| Hex | DA | B0 | 9C | 0 | 13 | 1C | F | 13 | 2E | 49 |
| Octal | 332 | 260 | 234 | 0 | 23 | 34 | 17 | 23 | 56 | 111 |
| Binary | 11011010 | 10110000 | 10011100 | 0 | 10011 | 11100 | 1111 | 10011 | 101110 | 1001001 |
Color Harmonies of #DAB09C
Complementary color
Monochromatic Colors of #DAB09C
Black with #DAB09C
Text Example
Text Example
White with #DAB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB09C; }
p { color: rgb(218,176,156); }
H1.HeaderClassName
{
color: #DAB09C;
}
.AnyTagClassName
{
color: #DAB09C;
}
</style>
background-color css
<style>
a { background-color: #DAB09C; }
a { background-color: rgb(218,176,156); }
div.DivClassName
{
background-color: #DAB09C;
}
.BgClassName
{
background-color: #DAB09C;
}
</style>
border-color css
<style>
span { border-color: #DAB09C; }
span { border-color: rgb(218,176,156); }
td.TdClassName
{
border-color: #DAB09C;
}
.TagClassName
{
border-color: #DAB09C;
}
</style>