Shades of Cashmere #D4B29E
Tints of Cashmere #D4B29E
RGB
CMYK
RGB Variations
Color information
#D4B29E (or 0xD4B29E) is known color: Cashmere. HEX triplet: D4, B2 and 9E. RGB value is (212,178,158). Sum of RGB (Red+Green+Blue) = 212+178+158=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B29E is #2B4D61. Grayscale: #BABABA. Windows color (decimal): -2837858 or 10400468. OLE color: 10400468.
HSL color Cylindrical-coordinate representation of color #D4B29E: hue angle of 22.22º 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 #D4B29E is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 158 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.17 |
| HSL | 22.22º | 0.39% | 0.73% | - |
| HSV(B) | 22.22º | 0.25% | 0.83% | - |
| XYZ | 49.24 | 48.31 | 39.08 | - |
| YUV | 185.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 158 | 0 | 0.16 | 0.25 | 0.17 | 22.22 | 0.39 | 0.73 |
| Hex | D4 | B2 | 9E | 0 | 10 | 19 | 11 | 16 | 27 | 49 |
| Octal | 324 | 262 | 236 | 0 | 20 | 31 | 21 | 26 | 47 | 111 |
| Binary | 11010100 | 10110010 | 10011110 | 0 | 10000 | 11001 | 10001 | 10110 | 100111 | 1001001 |
Color Harmonies of #D4B29E
Complementary color
Monochromatic Colors of #D4B29E
Black with #D4B29E
Text Example
Text Example
White with #D4B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B29E; }
p { color: rgb(212,178,158); }
H1.HeaderClassName
{
color: #D4B29E;
}
.AnyTagClassName
{
color: #D4B29E;
}
</style>
background-color css
<style>
a { background-color: #D4B29E; }
a { background-color: rgb(212,178,158); }
div.DivClassName
{
background-color: #D4B29E;
}
.BgClassName
{
background-color: #D4B29E;
}
</style>
border-color css
<style>
span { border-color: #D4B29E; }
span { border-color: rgb(212,178,158); }
td.TdClassName
{
border-color: #D4B29E;
}
.TagClassName
{
border-color: #D4B29E;
}
</style>