Shades of Cashmere #D7B19D
Tints of Cashmere #D7B19D
RGB
CMYK
RGB Variations
Color information
#D7B19D (or 0xD7B19D) is known color: Cashmere. HEX triplet: D7, B1 and 9D. RGB value is (215,177,157). Sum of RGB (Red+Green+Blue) = 215+177+157=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B19D is #284E62. Grayscale: #BABABA. Windows color (decimal): -2641507 or 10334679. OLE color: 10334679.
HSL color Cylindrical-coordinate representation of color #D7B19D: hue angle of 20.69º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B19D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 157 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.16 |
| HSL | 20.69º | 0.42% | 0.73% | - |
| HSV(B) | 20.69º | 0.27% | 0.84% | - |
| XYZ | 49.83 | 48.33 | 38.6 | - |
| YUV | 186.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 157 | 0 | 0.18 | 0.27 | 0.16 | 20.69 | 0.42 | 0.73 |
| Hex | D7 | B1 | 9D | 0 | 12 | 1B | 10 | 15 | 2A | 49 |
| Octal | 327 | 261 | 235 | 0 | 22 | 33 | 20 | 25 | 52 | 111 |
| Binary | 11010111 | 10110001 | 10011101 | 0 | 10010 | 11011 | 10000 | 10101 | 101010 | 1001001 |
Color Harmonies of #D7B19D
Complementary color
Monochromatic Colors of #D7B19D
Black with #D7B19D
Text Example
Text Example
White with #D7B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B19D; }
p { color: rgb(215,177,157); }
H1.HeaderClassName
{
color: #D7B19D;
}
.AnyTagClassName
{
color: #D7B19D;
}
</style>
background-color css
<style>
a { background-color: #D7B19D; }
a { background-color: rgb(215,177,157); }
div.DivClassName
{
background-color: #D7B19D;
}
.BgClassName
{
background-color: #D7B19D;
}
</style>
border-color css
<style>
span { border-color: #D7B19D; }
span { border-color: rgb(215,177,157); }
td.TdClassName
{
border-color: #D7B19D;
}
.TagClassName
{
border-color: #D7B19D;
}
</style>