Shades of Cashmere #D4B39D
Tints of Cashmere #D4B39D
RGB
CMYK
RGB Variations
Color information
#D4B39D (or 0xD4B39D) is known color: Cashmere. HEX triplet: D4, B3 and 9D. RGB value is (212,179,157). Sum of RGB (Red+Green+Blue) = 212+179+157=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B39D is #2B4C62. Grayscale: #BABABA. Windows color (decimal): -2837603 or 10335188. OLE color: 10335188.
HSL color Cylindrical-coordinate representation of color #D4B39D: hue angle of 24º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4B39D is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 157 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.17 |
| HSL | 24º | 0.39% | 0.72% | - |
| HSV(B) | 24º | 0.26% | 0.83% | - |
| XYZ | 49.36 | 48.67 | 38.69 | - |
| YUV | 186.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 157 | 0 | 0.16 | 0.26 | 0.17 | 24 | 0.39 | 0.72 |
| Hex | D4 | B3 | 9D | 0 | 10 | 1A | 11 | 18 | 27 | 48 |
| Octal | 324 | 263 | 235 | 0 | 20 | 32 | 21 | 30 | 47 | 110 |
| Binary | 11010100 | 10110011 | 10011101 | 0 | 10000 | 11010 | 10001 | 11000 | 100111 | 1001000 |
Color Harmonies of #D4B39D
Complementary color
Monochromatic Colors of #D4B39D
Black with #D4B39D
Text Example
Text Example
White with #D4B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B39D; }
p { color: rgb(212,179,157); }
H1.HeaderClassName
{
color: #D4B39D;
}
.AnyTagClassName
{
color: #D4B39D;
}
</style>
background-color css
<style>
a { background-color: #D4B39D; }
a { background-color: rgb(212,179,157); }
div.DivClassName
{
background-color: #D4B39D;
}
.BgClassName
{
background-color: #D4B39D;
}
</style>
border-color css
<style>
span { border-color: #D4B39D; }
span { border-color: rgb(212,179,157); }
td.TdClassName
{
border-color: #D4B39D;
}
.TagClassName
{
border-color: #D4B39D;
}
</style>