Shades of Cashmere #D2B19C
Tints of Cashmere #D2B19C
RGB
CMYK
RGB Variations
Color information
#D2B19C (or 0xD2B19C) is known color: Cashmere. HEX triplet: D2, B1 and 9C. RGB value is (210,177,156). Sum of RGB (Red+Green+Blue) = 210+177+156=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B19C is #2D4E63. Grayscale: #B8B8B8. Windows color (decimal): -2969188 or 10269138. OLE color: 10269138.
HSL color Cylindrical-coordinate representation of color #D2B19C: hue angle of 23.33º 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 #D2B19C is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 156 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.18 |
| HSL | 23.33º | 0.38% | 0.72% | - |
| HSV(B) | 23.33º | 0.26% | 0.82% | - |
| XYZ | 48.3 | 47.55 | 38.08 | - |
| YUV | 184.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 156 | 0 | 0.16 | 0.26 | 0.18 | 23.33 | 0.38 | 0.72 |
| Hex | D2 | B1 | 9C | 0 | 10 | 1A | 12 | 17 | 26 | 48 |
| Octal | 322 | 261 | 234 | 0 | 20 | 32 | 22 | 27 | 46 | 110 |
| Binary | 11010010 | 10110001 | 10011100 | 0 | 10000 | 11010 | 10010 | 10111 | 100110 | 1001000 |
Color Harmonies of #D2B19C
Complementary color
Monochromatic Colors of #D2B19C
Black with #D2B19C
Text Example
Text Example
White with #D2B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B19C; }
p { color: rgb(210,177,156); }
H1.HeaderClassName
{
color: #D2B19C;
}
.AnyTagClassName
{
color: #D2B19C;
}
</style>
background-color css
<style>
a { background-color: #D2B19C; }
a { background-color: rgb(210,177,156); }
div.DivClassName
{
background-color: #D2B19C;
}
.BgClassName
{
background-color: #D2B19C;
}
</style>
border-color css
<style>
span { border-color: #D2B19C; }
span { border-color: rgb(210,177,156); }
td.TdClassName
{
border-color: #D2B19C;
}
.TagClassName
{
border-color: #D2B19C;
}
</style>