Shades of Cashmere #D6B498
Tints of Cashmere #D6B498
RGB
CMYK
RGB Variations
Color information
#D6B498 (or 0xD6B498) is known color: Cashmere. HEX triplet: D6, B4 and 98. RGB value is (214,180,152). Sum of RGB (Red+Green+Blue) = 214+180+152=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B498 is #294B67. Grayscale: #BBBBBB. Windows color (decimal): -2706280 or 10007766. OLE color: 10007766.
HSL color Cylindrical-coordinate representation of color #D6B498: hue angle of 27.1º 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 #D6B498 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 152 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.16 |
| HSL | 27.1º | 0.43% | 0.72% | - |
| HSV(B) | 27.1º | 0.29% | 0.84% | - |
| XYZ | 49.72 | 49.21 | 36.58 | - |
| YUV | 186.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 152 | 0 | 0.16 | 0.29 | 0.16 | 27.1 | 0.43 | 0.72 |
| Hex | D6 | B4 | 98 | 0 | 10 | 1D | 10 | 1B | 2B | 48 |
| Octal | 326 | 264 | 230 | 0 | 20 | 35 | 20 | 33 | 53 | 110 |
| Binary | 11010110 | 10110100 | 10011000 | 0 | 10000 | 11101 | 10000 | 11011 | 101011 | 1001000 |
Color Harmonies of #D6B498
Complementary color
Monochromatic Colors of #D6B498
Black with #D6B498
Text Example
Text Example
White with #D6B498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B498; }
p { color: rgb(214,180,152); }
H1.HeaderClassName
{
color: #D6B498;
}
.AnyTagClassName
{
color: #D6B498;
}
</style>
background-color css
<style>
a { background-color: #D6B498; }
a { background-color: rgb(214,180,152); }
div.DivClassName
{
background-color: #D6B498;
}
.BgClassName
{
background-color: #D6B498;
}
</style>
border-color css
<style>
span { border-color: #D6B498; }
span { border-color: rgb(214,180,152); }
td.TdClassName
{
border-color: #D6B498;
}
.TagClassName
{
border-color: #D6B498;
}
</style>