Shades of Cashmere #D4B39E
Tints of Cashmere #D4B39E
RGB
CMYK
RGB Variations
Color information
#D4B39E (or 0xD4B39E) is known color: Cashmere. HEX triplet: D4, B3 and 9E. RGB value is (212,179,158). Sum of RGB (Red+Green+Blue) = 212+179+158=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B39E is #2B4C61. Grayscale: #BABABA. Windows color (decimal): -2837602 or 10400724. OLE color: 10400724.
HSL color Cylindrical-coordinate representation of color #D4B39E: hue angle of 23.33º degrees, saturation: 0.39, 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 #D4B39E is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 158 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.17 |
| HSL | 23.33º | 0.39% | 0.73% | - |
| HSV(B) | 23.33º | 0.25% | 0.83% | - |
| XYZ | 49.44 | 48.71 | 39.14 | - |
| YUV | 186.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 158 | 0 | 0.16 | 0.25 | 0.17 | 23.33 | 0.39 | 0.73 |
| Hex | D4 | B3 | 9E | 0 | 10 | 19 | 11 | 17 | 27 | 49 |
| Octal | 324 | 263 | 236 | 0 | 20 | 31 | 21 | 27 | 47 | 111 |
| Binary | 11010100 | 10110011 | 10011110 | 0 | 10000 | 11001 | 10001 | 10111 | 100111 | 1001001 |
Color Harmonies of #D4B39E
Complementary color
Monochromatic Colors of #D4B39E
Black with #D4B39E
Text Example
Text Example
White with #D4B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B39E; }
p { color: rgb(212,179,158); }
H1.HeaderClassName
{
color: #D4B39E;
}
.AnyTagClassName
{
color: #D4B39E;
}
</style>
background-color css
<style>
a { background-color: #D4B39E; }
a { background-color: rgb(212,179,158); }
div.DivClassName
{
background-color: #D4B39E;
}
.BgClassName
{
background-color: #D4B39E;
}
</style>
border-color css
<style>
span { border-color: #D4B39E; }
span { border-color: rgb(212,179,158); }
td.TdClassName
{
border-color: #D4B39E;
}
.TagClassName
{
border-color: #D4B39E;
}
</style>