Shades of Cashmere #D4B29D
Tints of Cashmere #D4B29D
RGB
CMYK
RGB Variations
Color information
#D4B29D (or 0xD4B29D) is known color: Cashmere. HEX triplet: D4, B2 and 9D. RGB value is (212,178,157). Sum of RGB (Red+Green+Blue) = 212+178+157=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B29D is #2B4D62. Grayscale: #B9B9B9. Windows color (decimal): -2837859 or 10334932. OLE color: 10334932.
HSL color Cylindrical-coordinate representation of color #D4B29D: hue angle of 22.91º 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 #D4B29D is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 157 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.17 |
| HSL | 22.91º | 0.39% | 0.72% | - |
| HSV(B) | 22.91º | 0.26% | 0.83% | - |
| XYZ | 49.16 | 48.27 | 38.62 | - |
| YUV | 185.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 157 | 0 | 0.16 | 0.26 | 0.17 | 22.91 | 0.39 | 0.72 |
| Hex | D4 | B2 | 9D | 0 | 10 | 1A | 11 | 17 | 27 | 48 |
| Octal | 324 | 262 | 235 | 0 | 20 | 32 | 21 | 27 | 47 | 110 |
| Binary | 11010100 | 10110010 | 10011101 | 0 | 10000 | 11010 | 10001 | 10111 | 100111 | 1001000 |
Color Harmonies of #D4B29D
Complementary color
Monochromatic Colors of #D4B29D
Black with #D4B29D
Text Example
Text Example
White with #D4B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B29D; }
p { color: rgb(212,178,157); }
H1.HeaderClassName
{
color: #D4B29D;
}
.AnyTagClassName
{
color: #D4B29D;
}
</style>
background-color css
<style>
a { background-color: #D4B29D; }
a { background-color: rgb(212,178,157); }
div.DivClassName
{
background-color: #D4B29D;
}
.BgClassName
{
background-color: #D4B29D;
}
</style>
border-color css
<style>
span { border-color: #D4B29D; }
span { border-color: rgb(212,178,157); }
td.TdClassName
{
border-color: #D4B29D;
}
.TagClassName
{
border-color: #D4B29D;
}
</style>