Shades of Cashmere #D4B89F
Tints of Cashmere #D4B89F
RGB
CMYK
RGB Variations
Color information
#D4B89F (or 0xD4B89F) is known color: Cashmere. HEX triplet: D4, B8 and 9F. RGB value is (212,184,159). Sum of RGB (Red+Green+Blue) = 212+184+159=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B89F is #2B4760. Grayscale: #BDBDBD. Windows color (decimal): -2836321 or 10467540. OLE color: 10467540.
HSL color Cylindrical-coordinate representation of color #D4B89F: hue angle of 28.3º degrees, saturation: 0.38, 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 #D4B89F is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 159 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.17 |
| HSL | 28.3º | 0.38% | 0.73% | - |
| HSV(B) | 28.3º | 0.25% | 0.83% | - |
| XYZ | 50.55 | 50.78 | 39.94 | - |
| YUV | 189.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 159 | 0 | 0.13 | 0.25 | 0.17 | 28.3 | 0.38 | 0.73 |
| Hex | D4 | B8 | 9F | 0 | D | 19 | 11 | 1C | 26 | 49 |
| Octal | 324 | 270 | 237 | 0 | 15 | 31 | 21 | 34 | 46 | 111 |
| Binary | 11010100 | 10111000 | 10011111 | 0 | 1101 | 11001 | 10001 | 11100 | 100110 | 1001001 |
Color Harmonies of #D4B89F
Complementary color
Monochromatic Colors of #D4B89F
Black with #D4B89F
Text Example
Text Example
White with #D4B89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B89F; }
p { color: rgb(212,184,159); }
H1.HeaderClassName
{
color: #D4B89F;
}
.AnyTagClassName
{
color: #D4B89F;
}
</style>
background-color css
<style>
a { background-color: #D4B89F; }
a { background-color: rgb(212,184,159); }
div.DivClassName
{
background-color: #D4B89F;
}
.BgClassName
{
background-color: #D4B89F;
}
</style>
border-color css
<style>
span { border-color: #D4B89F; }
span { border-color: rgb(212,184,159); }
td.TdClassName
{
border-color: #D4B89F;
}
.TagClassName
{
border-color: #D4B89F;
}
</style>