Shades of Cashmere #D3B497
Tints of Cashmere #D3B497
RGB
CMYK
RGB Variations
Color information
#D3B497 (or 0xD3B497) is known color: Cashmere. HEX triplet: D3, B4 and 97. RGB value is (211,180,151). Sum of RGB (Red+Green+Blue) = 211+180+151=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B497 is #2C4B68. Grayscale: #BABABA. Windows color (decimal): -2902889 or 9942227. OLE color: 9942227.
HSL color Cylindrical-coordinate representation of color #D3B497: hue angle of 29º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3B497 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 151 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.17 |
| HSL | 29º | 0.41% | 0.71% | - |
| HSV(B) | 29º | 0.28% | 0.83% | - |
| XYZ | 48.77 | 48.73 | 36.11 | - |
| YUV | 185.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 151 | 0 | 0.15 | 0.28 | 0.17 | 29 | 0.41 | 0.71 |
| Hex | D3 | B4 | 97 | 0 | F | 1C | 11 | 1D | 29 | 47 |
| Octal | 323 | 264 | 227 | 0 | 17 | 34 | 21 | 35 | 51 | 107 |
| Binary | 11010011 | 10110100 | 10010111 | 0 | 1111 | 11100 | 10001 | 11101 | 101001 | 1000111 |
Color Harmonies of #D3B497
Complementary color
Monochromatic Colors of #D3B497
Black with #D3B497
Text Example
Text Example
White with #D3B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B497; }
p { color: rgb(211,180,151); }
H1.HeaderClassName
{
color: #D3B497;
}
.AnyTagClassName
{
color: #D3B497;
}
</style>
background-color css
<style>
a { background-color: #D3B497; }
a { background-color: rgb(211,180,151); }
div.DivClassName
{
background-color: #D3B497;
}
.BgClassName
{
background-color: #D3B497;
}
</style>
border-color css
<style>
span { border-color: #D3B497; }
span { border-color: rgb(211,180,151); }
td.TdClassName
{
border-color: #D3B497;
}
.TagClassName
{
border-color: #D3B497;
}
</style>