Shades of Cashmere #D2B39F
Tints of Cashmere #D2B39F
RGB
CMYK
RGB Variations
Color information
#D2B39F (or 0xD2B39F) is known color: Cashmere. HEX triplet: D2, B3 and 9F. RGB value is (210,179,159). Sum of RGB (Red+Green+Blue) = 210+179+159=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B39F is #2D4C60. Grayscale: #BABABA. Windows color (decimal): -2968673 or 10466258. OLE color: 10466258.
HSL color Cylindrical-coordinate representation of color #D2B39F: hue angle of 23.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2B39F is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 159 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.18 |
| HSL | 23.53º | 0.36% | 0.72% | - |
| HSV(B) | 23.53º | 0.24% | 0.82% | - |
| XYZ | 48.96 | 48.45 | 39.57 | - |
| YUV | 185.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 159 | 0 | 0.15 | 0.24 | 0.18 | 23.53 | 0.36 | 0.72 |
| Hex | D2 | B3 | 9F | 0 | F | 18 | 12 | 18 | 24 | 48 |
| Octal | 322 | 263 | 237 | 0 | 17 | 30 | 22 | 30 | 44 | 110 |
| Binary | 11010010 | 10110011 | 10011111 | 0 | 1111 | 11000 | 10010 | 11000 | 100100 | 1001000 |
Color Harmonies of #D2B39F
Complementary color
Monochromatic Colors of #D2B39F
Black with #D2B39F
Text Example
Text Example
White with #D2B39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B39F; }
p { color: rgb(210,179,159); }
H1.HeaderClassName
{
color: #D2B39F;
}
.AnyTagClassName
{
color: #D2B39F;
}
</style>
background-color css
<style>
a { background-color: #D2B39F; }
a { background-color: rgb(210,179,159); }
div.DivClassName
{
background-color: #D2B39F;
}
.BgClassName
{
background-color: #D2B39F;
}
</style>
border-color css
<style>
span { border-color: #D2B39F; }
span { border-color: rgb(210,179,159); }
td.TdClassName
{
border-color: #D2B39F;
}
.TagClassName
{
border-color: #D2B39F;
}
</style>