Shades of Cashmere #D3B39F
Tints of Cashmere #D3B39F
RGB
CMYK
RGB Variations
Color information
#D3B39F (or 0xD3B39F) is known color: Cashmere. HEX triplet: D3, B3 and 9F. RGB value is (211,179,159). Sum of RGB (Red+Green+Blue) = 211+179+159=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B39F is #2C4C60. Grayscale: #BABABA. Windows color (decimal): -2903137 or 10466259. OLE color: 10466259.
HSL color Cylindrical-coordinate representation of color #D3B39F: hue angle of 23.08º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3B39F is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 159 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.17 |
| HSL | 23.08º | 0.37% | 0.73% | - |
| HSV(B) | 23.08º | 0.25% | 0.83% | - |
| XYZ | 49.24 | 48.59 | 39.58 | - |
| YUV | 186.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 159 | 0 | 0.15 | 0.25 | 0.17 | 23.08 | 0.37 | 0.73 |
| Hex | D3 | B3 | 9F | 0 | F | 19 | 11 | 17 | 25 | 49 |
| Octal | 323 | 263 | 237 | 0 | 17 | 31 | 21 | 27 | 45 | 111 |
| Binary | 11010011 | 10110011 | 10011111 | 0 | 1111 | 11001 | 10001 | 10111 | 100101 | 1001001 |
Color Harmonies of #D3B39F
Complementary color
Monochromatic Colors of #D3B39F
Black with #D3B39F
Text Example
Text Example
White with #D3B39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B39F; }
p { color: rgb(211,179,159); }
H1.HeaderClassName
{
color: #D3B39F;
}
.AnyTagClassName
{
color: #D3B39F;
}
</style>
background-color css
<style>
a { background-color: #D3B39F; }
a { background-color: rgb(211,179,159); }
div.DivClassName
{
background-color: #D3B39F;
}
.BgClassName
{
background-color: #D3B39F;
}
</style>
border-color css
<style>
span { border-color: #D3B39F; }
span { border-color: rgb(211,179,159); }
td.TdClassName
{
border-color: #D3B39F;
}
.TagClassName
{
border-color: #D3B39F;
}
</style>