Shades of Cashmere #DAB69C
Tints of Cashmere #DAB69C
RGB
CMYK
RGB Variations
Color information
#DAB69C (or 0xDAB69C) is known color: Cashmere. HEX triplet: DA, B6 and 9C. RGB value is (218,182,156). Sum of RGB (Red+Green+Blue) = 218+182+156=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB69C is #254963. Grayscale: #BDBDBD. Windows color (decimal): -2443620 or 10270426. OLE color: 10270426.
HSL color Cylindrical-coordinate representation of color #DAB69C: hue angle of 25.16º 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 #DAB69C is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 156 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.15 |
| HSL | 25.16º | 0.46% | 0.73% | - |
| HSV(B) | 25.16º | 0.28% | 0.85% | - |
| XYZ | 51.64 | 50.76 | 38.53 | - |
| YUV | 189.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 156 | 0 | 0.17 | 0.28 | 0.15 | 25.16 | 0.46 | 0.73 |
| Hex | DA | B6 | 9C | 0 | 11 | 1C | F | 19 | 2E | 49 |
| Octal | 332 | 266 | 234 | 0 | 21 | 34 | 17 | 31 | 56 | 111 |
| Binary | 11011010 | 10110110 | 10011100 | 0 | 10001 | 11100 | 1111 | 11001 | 101110 | 1001001 |
Color Harmonies of #DAB69C
Complementary color
Monochromatic Colors of #DAB69C
Black with #DAB69C
Text Example
Text Example
White with #DAB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB69C; }
p { color: rgb(218,182,156); }
H1.HeaderClassName
{
color: #DAB69C;
}
.AnyTagClassName
{
color: #DAB69C;
}
</style>
background-color css
<style>
a { background-color: #DAB69C; }
a { background-color: rgb(218,182,156); }
div.DivClassName
{
background-color: #DAB69C;
}
.BgClassName
{
background-color: #DAB69C;
}
</style>
border-color css
<style>
span { border-color: #DAB69C; }
span { border-color: rgb(218,182,156); }
td.TdClassName
{
border-color: #DAB69C;
}
.TagClassName
{
border-color: #DAB69C;
}
</style>