Shades of Cashmere #D2B094
Tints of Cashmere #D2B094
RGB
CMYK
RGB Variations
Color information
#D2B094 (or 0xD2B094) is known color: Cashmere. HEX triplet: D2, B0 and 94. RGB value is (210,176,148). Sum of RGB (Red+Green+Blue) = 210+176+148=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B094 is #2D4F6B. Grayscale: #B7B7B7. Windows color (decimal): -2969452 or 9744594. OLE color: 9744594.
HSL color Cylindrical-coordinate representation of color #D2B094: hue angle of 27.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2B094 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 148 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.18 |
| HSL | 27.1º | 0.41% | 0.7% | - |
| HSV(B) | 27.1º | 0.3% | 0.82% | - |
| XYZ | 47.45 | 46.89 | 34.57 | - |
| YUV | 182.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 148 | 0 | 0.16 | 0.30 | 0.18 | 27.1 | 0.41 | 0.7 |
| Hex | D2 | B0 | 94 | 0 | 10 | 1E | 12 | 1B | 29 | 46 |
| Octal | 322 | 260 | 224 | 0 | 20 | 36 | 22 | 33 | 51 | 106 |
| Binary | 11010010 | 10110000 | 10010100 | 0 | 10000 | 11110 | 10010 | 11011 | 101001 | 1000110 |
Color Harmonies of #D2B094
Complementary color
Monochromatic Colors of #D2B094
Black with #D2B094
Text Example
Text Example
White with #D2B094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B094; }
p { color: rgb(210,176,148); }
H1.HeaderClassName
{
color: #D2B094;
}
.AnyTagClassName
{
color: #D2B094;
}
</style>
background-color css
<style>
a { background-color: #D2B094; }
a { background-color: rgb(210,176,148); }
div.DivClassName
{
background-color: #D2B094;
}
.BgClassName
{
background-color: #D2B094;
}
</style>
border-color css
<style>
span { border-color: #D2B094; }
span { border-color: rgb(210,176,148); }
td.TdClassName
{
border-color: #D2B094;
}
.TagClassName
{
border-color: #D2B094;
}
</style>