Shades of Cashmere #D7B19B
Tints of Cashmere #D7B19B
RGB
CMYK
RGB Variations
Color information
#D7B19B (or 0xD7B19B) is known color: Cashmere. HEX triplet: D7, B1 and 9B. RGB value is (215,177,155). Sum of RGB (Red+Green+Blue) = 215+177+155=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B19B is #284E64. Grayscale: #B9B9B9. Windows color (decimal): -2641509 or 10203607. OLE color: 10203607.
HSL color Cylindrical-coordinate representation of color #D7B19B: hue angle of 22º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7B19B is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 155 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.16 |
| HSL | 22º | 0.43% | 0.73% | - |
| HSV(B) | 22º | 0.28% | 0.84% | - |
| XYZ | 49.66 | 48.26 | 37.71 | - |
| YUV | 185.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 155 | 0 | 0.18 | 0.28 | 0.16 | 22 | 0.43 | 0.73 |
| Hex | D7 | B1 | 9B | 0 | 12 | 1C | 10 | 16 | 2B | 49 |
| Octal | 327 | 261 | 233 | 0 | 22 | 34 | 20 | 26 | 53 | 111 |
| Binary | 11010111 | 10110001 | 10011011 | 0 | 10010 | 11100 | 10000 | 10110 | 101011 | 1001001 |
Color Harmonies of #D7B19B
Complementary color
Monochromatic Colors of #D7B19B
Black with #D7B19B
Text Example
Text Example
White with #D7B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B19B; }
p { color: rgb(215,177,155); }
H1.HeaderClassName
{
color: #D7B19B;
}
.AnyTagClassName
{
color: #D7B19B;
}
</style>
background-color css
<style>
a { background-color: #D7B19B; }
a { background-color: rgb(215,177,155); }
div.DivClassName
{
background-color: #D7B19B;
}
.BgClassName
{
background-color: #D7B19B;
}
</style>
border-color css
<style>
span { border-color: #D7B19B; }
span { border-color: rgb(215,177,155); }
td.TdClassName
{
border-color: #D7B19B;
}
.TagClassName
{
border-color: #D7B19B;
}
</style>