Shades of Cashmere #D6B898
Tints of Cashmere #D6B898
RGB
CMYK
RGB Variations
Color information
#D6B898 (or 0xD6B898) is known color: Cashmere. HEX triplet: D6, B8 and 98. RGB value is (214,184,152). Sum of RGB (Red+Green+Blue) = 214+184+152=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B898 is #294767. Grayscale: #BDBDBD. Windows color (decimal): -2705256 or 10008790. OLE color: 10008790.
HSL color Cylindrical-coordinate representation of color #D6B898: hue angle of 30.97º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B898 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 152 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.16 |
| HSL | 30.97º | 0.43% | 0.72% | - |
| HSV(B) | 30.97º | 0.29% | 0.84% | - |
| XYZ | 50.54 | 50.84 | 36.86 | - |
| YUV | 189.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 152 | 0 | 0.14 | 0.29 | 0.16 | 30.97 | 0.43 | 0.72 |
| Hex | D6 | B8 | 98 | 0 | E | 1D | 10 | 1F | 2B | 48 |
| Octal | 326 | 270 | 230 | 0 | 16 | 35 | 20 | 37 | 53 | 110 |
| Binary | 11010110 | 10111000 | 10011000 | 0 | 1110 | 11101 | 10000 | 11111 | 101011 | 1001000 |
Color Harmonies of #D6B898
Complementary color
Monochromatic Colors of #D6B898
Black with #D6B898
Text Example
Text Example
White with #D6B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B898; }
p { color: rgb(214,184,152); }
H1.HeaderClassName
{
color: #D6B898;
}
.AnyTagClassName
{
color: #D6B898;
}
</style>
background-color css
<style>
a { background-color: #D6B898; }
a { background-color: rgb(214,184,152); }
div.DivClassName
{
background-color: #D6B898;
}
.BgClassName
{
background-color: #D6B898;
}
</style>
border-color css
<style>
span { border-color: #D6B898; }
span { border-color: rgb(214,184,152); }
td.TdClassName
{
border-color: #D6B898;
}
.TagClassName
{
border-color: #D6B898;
}
</style>