Shades of Cashmere #D2B79D
Tints of Cashmere #D2B79D
RGB
CMYK
RGB Variations
Color information
#D2B79D (or 0xD2B79D) is known color: Cashmere. HEX triplet: D2, B7 and 9D. RGB value is (210,183,157). Sum of RGB (Red+Green+Blue) = 210+183+157=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B79D is #2D4862. Grayscale: #BCBCBC. Windows color (decimal): -2967651 or 10336210. OLE color: 10336210.
HSL color Cylindrical-coordinate representation of color #D2B79D: hue angle of 29.43º degrees, saturation: 0.37, 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 #D2B79D is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 157 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.18 |
| HSL | 29.43º | 0.37% | 0.72% | - |
| HSV(B) | 29.43º | 0.25% | 0.82% | - |
| XYZ | 49.6 | 50 | 38.94 | - |
| YUV | 188.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 157 | 0 | 0.13 | 0.25 | 0.18 | 29.43 | 0.37 | 0.72 |
| Hex | D2 | B7 | 9D | 0 | D | 19 | 12 | 1D | 25 | 48 |
| Octal | 322 | 267 | 235 | 0 | 15 | 31 | 22 | 35 | 45 | 110 |
| Binary | 11010010 | 10110111 | 10011101 | 0 | 1101 | 11001 | 10010 | 11101 | 100101 | 1001000 |
Color Harmonies of #D2B79D
Complementary color
Monochromatic Colors of #D2B79D
Black with #D2B79D
Text Example
Text Example
White with #D2B79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B79D; }
p { color: rgb(210,183,157); }
H1.HeaderClassName
{
color: #D2B79D;
}
.AnyTagClassName
{
color: #D2B79D;
}
</style>
background-color css
<style>
a { background-color: #D2B79D; }
a { background-color: rgb(210,183,157); }
div.DivClassName
{
background-color: #D2B79D;
}
.BgClassName
{
background-color: #D2B79D;
}
</style>
border-color css
<style>
span { border-color: #D2B79D; }
span { border-color: rgb(210,183,157); }
td.TdClassName
{
border-color: #D2B79D;
}
.TagClassName
{
border-color: #D2B79D;
}
</style>