Shades of Cashmere #D2B29D
Tints of Cashmere #D2B29D
RGB
CMYK
RGB Variations
Color information
#D2B29D (or 0xD2B29D) is known color: Cashmere. HEX triplet: D2, B2 and 9D. RGB value is (210,178,157). Sum of RGB (Red+Green+Blue) = 210+178+157=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B29D is #2D4D62. Grayscale: #B9B9B9. Windows color (decimal): -2968931 or 10334930. OLE color: 10334930.
HSL color Cylindrical-coordinate representation of color #D2B29D: hue angle of 23.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B29D is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 157 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.18 |
| HSL | 23.77º | 0.37% | 0.72% | - |
| HSV(B) | 23.77º | 0.25% | 0.82% | - |
| XYZ | 48.58 | 47.98 | 38.6 | - |
| YUV | 185.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 157 | 0 | 0.15 | 0.25 | 0.18 | 23.77 | 0.37 | 0.72 |
| Hex | D2 | B2 | 9D | 0 | F | 19 | 12 | 18 | 25 | 48 |
| Octal | 322 | 262 | 235 | 0 | 17 | 31 | 22 | 30 | 45 | 110 |
| Binary | 11010010 | 10110010 | 10011101 | 0 | 1111 | 11001 | 10010 | 11000 | 100101 | 1001000 |
Color Harmonies of #D2B29D
Complementary color
Monochromatic Colors of #D2B29D
Black with #D2B29D
Text Example
Text Example
White with #D2B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B29D; }
p { color: rgb(210,178,157); }
H1.HeaderClassName
{
color: #D2B29D;
}
.AnyTagClassName
{
color: #D2B29D;
}
</style>
background-color css
<style>
a { background-color: #D2B29D; }
a { background-color: rgb(210,178,157); }
div.DivClassName
{
background-color: #D2B29D;
}
.BgClassName
{
background-color: #D2B29D;
}
</style>
border-color css
<style>
span { border-color: #D2B29D; }
span { border-color: rgb(210,178,157); }
td.TdClassName
{
border-color: #D2B29D;
}
.TagClassName
{
border-color: #D2B29D;
}
</style>