Shades of Cashmere #D2B49C
Tints of Cashmere #D2B49C
RGB
CMYK
RGB Variations
Color information
#D2B49C (or 0xD2B49C) is known color: Cashmere. HEX triplet: D2, B4 and 9C. RGB value is (210,180,156). Sum of RGB (Red+Green+Blue) = 210+180+156=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B49C is #2D4B63. Grayscale: #BABABA. Windows color (decimal): -2968420 or 10269906. OLE color: 10269906.
HSL color Cylindrical-coordinate representation of color #D2B49C: hue angle of 26.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2B49C is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 156 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.18 |
| HSL | 26.67º | 0.38% | 0.72% | - |
| HSV(B) | 26.67º | 0.26% | 0.82% | - |
| XYZ | 48.9 | 48.74 | 38.28 | - |
| YUV | 186.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 156 | 0 | 0.14 | 0.26 | 0.18 | 26.67 | 0.38 | 0.72 |
| Hex | D2 | B4 | 9C | 0 | E | 1A | 12 | 1B | 26 | 48 |
| Octal | 322 | 264 | 234 | 0 | 16 | 32 | 22 | 33 | 46 | 110 |
| Binary | 11010010 | 10110100 | 10011100 | 0 | 1110 | 11010 | 10010 | 11011 | 100110 | 1001000 |
Color Harmonies of #D2B49C
Complementary color
Monochromatic Colors of #D2B49C
Black with #D2B49C
Text Example
Text Example
White with #D2B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B49C; }
p { color: rgb(210,180,156); }
H1.HeaderClassName
{
color: #D2B49C;
}
.AnyTagClassName
{
color: #D2B49C;
}
</style>
background-color css
<style>
a { background-color: #D2B49C; }
a { background-color: rgb(210,180,156); }
div.DivClassName
{
background-color: #D2B49C;
}
.BgClassName
{
background-color: #D2B49C;
}
</style>
border-color css
<style>
span { border-color: #D2B49C; }
span { border-color: rgb(210,180,156); }
td.TdClassName
{
border-color: #D2B49C;
}
.TagClassName
{
border-color: #D2B49C;
}
</style>