Shades of Cashmere #DAB79D
Tints of Cashmere #DAB79D
RGB
CMYK
RGB Variations
Color information
#DAB79D (or 0xDAB79D) is known color: Cashmere. HEX triplet: DA, B7 and 9D. RGB value is (218,183,157). Sum of RGB (Red+Green+Blue) = 218+183+157=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB79D is #254862. Grayscale: #BEBEBE. Windows color (decimal): -2443363 or 10336218. OLE color: 10336218.
HSL color Cylindrical-coordinate representation of color #DAB79D: hue angle of 25.57º 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 #DAB79D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 157 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.15 |
| HSL | 25.57º | 0.45% | 0.74% | - |
| HSV(B) | 25.57º | 0.28% | 0.85% | - |
| XYZ | 51.93 | 51.21 | 39.05 | - |
| YUV | 190.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 157 | 0 | 0.16 | 0.28 | 0.15 | 25.57 | 0.45 | 0.74 |
| Hex | DA | B7 | 9D | 0 | 10 | 1C | F | 1A | 2D | 4A |
| Octal | 332 | 267 | 235 | 0 | 20 | 34 | 17 | 32 | 55 | 112 |
| Binary | 11011010 | 10110111 | 10011101 | 0 | 10000 | 11100 | 1111 | 11010 | 101101 | 1001010 |
Color Harmonies of #DAB79D
Complementary color
Monochromatic Colors of #DAB79D
Black with #DAB79D
Text Example
Text Example
White with #DAB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB79D; }
p { color: rgb(218,183,157); }
H1.HeaderClassName
{
color: #DAB79D;
}
.AnyTagClassName
{
color: #DAB79D;
}
</style>
background-color css
<style>
a { background-color: #DAB79D; }
a { background-color: rgb(218,183,157); }
div.DivClassName
{
background-color: #DAB79D;
}
.BgClassName
{
background-color: #DAB79D;
}
</style>
border-color css
<style>
span { border-color: #DAB79D; }
span { border-color: rgb(218,183,157); }
td.TdClassName
{
border-color: #DAB79D;
}
.TagClassName
{
border-color: #DAB79D;
}
</style>