Shades of Cashmere #D1B19D
Tints of Cashmere #D1B19D
RGB
CMYK
RGB Variations
Color information
#D1B19D (or 0xD1B19D) is known color: Cashmere. HEX triplet: D1, B1 and 9D. RGB value is (209,177,157). Sum of RGB (Red+Green+Blue) = 209+177+157=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B19D is #2E4E62. Grayscale: #B8B8B8. Windows color (decimal): -3034723 or 10334673. OLE color: 10334673.
HSL color Cylindrical-coordinate representation of color #D1B19D: hue angle of 23.08º degrees, saturation: 0.36, 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 #D1B19D is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 157 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.18 |
| HSL | 23.08º | 0.36% | 0.72% | - |
| HSV(B) | 23.08º | 0.25% | 0.82% | - |
| XYZ | 48.1 | 47.43 | 38.52 | - |
| YUV | 184.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 157 | 0 | 0.15 | 0.25 | 0.18 | 23.08 | 0.36 | 0.72 |
| Hex | D1 | B1 | 9D | 0 | F | 19 | 12 | 17 | 24 | 48 |
| Octal | 321 | 261 | 235 | 0 | 17 | 31 | 22 | 27 | 44 | 110 |
| Binary | 11010001 | 10110001 | 10011101 | 0 | 1111 | 11001 | 10010 | 10111 | 100100 | 1001000 |
Color Harmonies of #D1B19D
Complementary color
Monochromatic Colors of #D1B19D
Black with #D1B19D
Text Example
Text Example
White with #D1B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B19D; }
p { color: rgb(209,177,157); }
H1.HeaderClassName
{
color: #D1B19D;
}
.AnyTagClassName
{
color: #D1B19D;
}
</style>
background-color css
<style>
a { background-color: #D1B19D; }
a { background-color: rgb(209,177,157); }
div.DivClassName
{
background-color: #D1B19D;
}
.BgClassName
{
background-color: #D1B19D;
}
</style>
border-color css
<style>
span { border-color: #D1B19D; }
span { border-color: rgb(209,177,157); }
td.TdClassName
{
border-color: #D1B19D;
}
.TagClassName
{
border-color: #D1B19D;
}
</style>