Shades of Cashmere #D1B49B
Tints of Cashmere #D1B49B
RGB
CMYK
RGB Variations
Color information
#D1B49B (or 0xD1B49B) is known color: Cashmere. HEX triplet: D1, B4 and 9B. RGB value is (209,180,155). Sum of RGB (Red+Green+Blue) = 209+180+155=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B49B is #2E4B64. Grayscale: #B9B9B9. Windows color (decimal): -3033957 or 10204369. OLE color: 10204369.
HSL color Cylindrical-coordinate representation of color #D1B49B: hue angle of 27.78º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B49B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 155 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.18 |
| HSL | 27.78º | 0.37% | 0.71% | - |
| HSV(B) | 27.78º | 0.26% | 0.82% | - |
| XYZ | 48.53 | 48.56 | 37.83 | - |
| YUV | 185.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 155 | 0 | 0.14 | 0.26 | 0.18 | 27.78 | 0.37 | 0.71 |
| Hex | D1 | B4 | 9B | 0 | E | 1A | 12 | 1C | 25 | 47 |
| Octal | 321 | 264 | 233 | 0 | 16 | 32 | 22 | 34 | 45 | 107 |
| Binary | 11010001 | 10110100 | 10011011 | 0 | 1110 | 11010 | 10010 | 11100 | 100101 | 1000111 |
Color Harmonies of #D1B49B
Complementary color
Monochromatic Colors of #D1B49B
Black with #D1B49B
Text Example
Text Example
White with #D1B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B49B; }
p { color: rgb(209,180,155); }
H1.HeaderClassName
{
color: #D1B49B;
}
.AnyTagClassName
{
color: #D1B49B;
}
</style>
background-color css
<style>
a { background-color: #D1B49B; }
a { background-color: rgb(209,180,155); }
div.DivClassName
{
background-color: #D1B49B;
}
.BgClassName
{
background-color: #D1B49B;
}
</style>
border-color css
<style>
span { border-color: #D1B49B; }
span { border-color: rgb(209,180,155); }
td.TdClassName
{
border-color: #D1B49B;
}
.TagClassName
{
border-color: #D1B49B;
}
</style>