Shades of Cashmere #D8B094
Tints of Cashmere #D8B094
RGB
CMYK
RGB Variations
Color information
#D8B094 (or 0xD8B094) is known color: Cashmere. HEX triplet: D8, B0 and 94. RGB value is (216,176,148). Sum of RGB (Red+Green+Blue) = 216+176+148=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B094 is #274F6B. Grayscale: #B8B8B8. Windows color (decimal): -2576236 or 9744600. OLE color: 9744600.
HSL color Cylindrical-coordinate representation of color #D8B094: hue angle of 24.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8B094 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 148 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.15 |
| HSL | 24.71º | 0.47% | 0.71% | - |
| HSV(B) | 24.71º | 0.31% | 0.85% | - |
| XYZ | 49.19 | 47.79 | 34.65 | - |
| YUV | 184.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 148 | 0 | 0.19 | 0.31 | 0.15 | 24.71 | 0.47 | 0.71 |
| Hex | D8 | B0 | 94 | 0 | 13 | 1F | F | 19 | 2F | 47 |
| Octal | 330 | 260 | 224 | 0 | 23 | 37 | 17 | 31 | 57 | 107 |
| Binary | 11011000 | 10110000 | 10010100 | 0 | 10011 | 11111 | 1111 | 11001 | 101111 | 1000111 |
Color Harmonies of #D8B094
Complementary color
Monochromatic Colors of #D8B094
Black with #D8B094
Text Example
Text Example
White with #D8B094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B094; }
p { color: rgb(216,176,148); }
H1.HeaderClassName
{
color: #D8B094;
}
.AnyTagClassName
{
color: #D8B094;
}
</style>
background-color css
<style>
a { background-color: #D8B094; }
a { background-color: rgb(216,176,148); }
div.DivClassName
{
background-color: #D8B094;
}
.BgClassName
{
background-color: #D8B094;
}
</style>
border-color css
<style>
span { border-color: #D8B094; }
span { border-color: rgb(216,176,148); }
td.TdClassName
{
border-color: #D8B094;
}
.TagClassName
{
border-color: #D8B094;
}
</style>