Shades of Cashmere #DAB09A
Tints of Cashmere #DAB09A
RGB
CMYK
RGB Variations
Color information
#DAB09A (or 0xDAB09A) is known color: Cashmere. HEX triplet: DA, B0 and 9A. RGB value is (218,176,154). Sum of RGB (Red+Green+Blue) = 218+176+154=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB09A is #254F65. Grayscale: #BABABA. Windows color (decimal): -2445158 or 10137818. OLE color: 10137818.
HSL color Cylindrical-coordinate representation of color #DAB09A: hue angle of 20.62º 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 #DAB09A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 154 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.15 |
| HSL | 20.63º | 0.46% | 0.73% | - |
| HSV(B) | 20.63º | 0.29% | 0.85% | - |
| XYZ | 50.27 | 48.29 | 37.24 | - |
| YUV | 186.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 154 | 0 | 0.19 | 0.29 | 0.15 | 20.63 | 0.46 | 0.73 |
| Hex | DA | B0 | 9A | 0 | 13 | 1D | F | 15 | 2E | 49 |
| Octal | 332 | 260 | 232 | 0 | 23 | 35 | 17 | 25 | 56 | 111 |
| Binary | 11011010 | 10110000 | 10011010 | 0 | 10011 | 11101 | 1111 | 10101 | 101110 | 1001001 |
Color Harmonies of #DAB09A
Complementary color
Monochromatic Colors of #DAB09A
Black with #DAB09A
Text Example
Text Example
White with #DAB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB09A; }
p { color: rgb(218,176,154); }
H1.HeaderClassName
{
color: #DAB09A;
}
.AnyTagClassName
{
color: #DAB09A;
}
</style>
background-color css
<style>
a { background-color: #DAB09A; }
a { background-color: rgb(218,176,154); }
div.DivClassName
{
background-color: #DAB09A;
}
.BgClassName
{
background-color: #DAB09A;
}
</style>
border-color css
<style>
span { border-color: #DAB09A; }
span { border-color: rgb(218,176,154); }
td.TdClassName
{
border-color: #DAB09A;
}
.TagClassName
{
border-color: #DAB09A;
}
</style>