Shades of Cashmere #D1B79D
Tints of Cashmere #D1B79D
RGB
CMYK
RGB Variations
Color information
#D1B79D (or 0xD1B79D) is known color: Cashmere. HEX triplet: D1, B7 and 9D. RGB value is (209,183,157). Sum of RGB (Red+Green+Blue) = 209+183+157=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B79D is #2E4862. Grayscale: #BBBBBB. Windows color (decimal): -3033187 or 10336209. OLE color: 10336209.
HSL color Cylindrical-coordinate representation of color #D1B79D: hue angle of 30º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B79D is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 157 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.18 |
| HSL | 30º | 0.36% | 0.72% | - |
| HSV(B) | 30º | 0.25% | 0.82% | - |
| XYZ | 49.31 | 49.86 | 38.92 | - |
| YUV | 187.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 157 | 0 | 0.12 | 0.25 | 0.18 | 30 | 0.36 | 0.72 |
| Hex | D1 | B7 | 9D | 0 | C | 19 | 12 | 1E | 24 | 48 |
| Octal | 321 | 267 | 235 | 0 | 14 | 31 | 22 | 36 | 44 | 110 |
| Binary | 11010001 | 10110111 | 10011101 | 0 | 1100 | 11001 | 10010 | 11110 | 100100 | 1001000 |
Color Harmonies of #D1B79D
Complementary color
Monochromatic Colors of #D1B79D
Black with #D1B79D
Text Example
Text Example
White with #D1B79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B79D; }
p { color: rgb(209,183,157); }
H1.HeaderClassName
{
color: #D1B79D;
}
.AnyTagClassName
{
color: #D1B79D;
}
</style>
background-color css
<style>
a { background-color: #D1B79D; }
a { background-color: rgb(209,183,157); }
div.DivClassName
{
background-color: #D1B79D;
}
.BgClassName
{
background-color: #D1B79D;
}
</style>
border-color css
<style>
span { border-color: #D1B79D; }
span { border-color: rgb(209,183,157); }
td.TdClassName
{
border-color: #D1B79D;
}
.TagClassName
{
border-color: #D1B79D;
}
</style>