Shades of Cashmere #D1B39A
Tints of Cashmere #D1B39A
RGB
CMYK
RGB Variations
Color information
#D1B39A (or 0xD1B39A) is known color: Cashmere. HEX triplet: D1, B3 and 9A. RGB value is (209,179,154). Sum of RGB (Red+Green+Blue) = 209+179+154=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B39A is #2E4C65. Grayscale: #B9B9B9. Windows color (decimal): -3034214 or 10138577. OLE color: 10138577.
HSL color Cylindrical-coordinate representation of color #D1B39A: hue angle of 27.27º 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 #D1B39A is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 154 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.18 |
| HSL | 27.27º | 0.37% | 0.71% | - |
| HSV(B) | 27.27º | 0.26% | 0.82% | - |
| XYZ | 48.25 | 48.13 | 37.32 | - |
| YUV | 185.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 154 | 0 | 0.14 | 0.26 | 0.18 | 27.27 | 0.37 | 0.71 |
| Hex | D1 | B3 | 9A | 0 | E | 1A | 12 | 1B | 25 | 47 |
| Octal | 321 | 263 | 232 | 0 | 16 | 32 | 22 | 33 | 45 | 107 |
| Binary | 11010001 | 10110011 | 10011010 | 0 | 1110 | 11010 | 10010 | 11011 | 100101 | 1000111 |
Color Harmonies of #D1B39A
Complementary color
Monochromatic Colors of #D1B39A
Black with #D1B39A
Text Example
Text Example
White with #D1B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B39A; }
p { color: rgb(209,179,154); }
H1.HeaderClassName
{
color: #D1B39A;
}
.AnyTagClassName
{
color: #D1B39A;
}
</style>
background-color css
<style>
a { background-color: #D1B39A; }
a { background-color: rgb(209,179,154); }
div.DivClassName
{
background-color: #D1B39A;
}
.BgClassName
{
background-color: #D1B39A;
}
</style>
border-color css
<style>
span { border-color: #D1B39A; }
span { border-color: rgb(209,179,154); }
td.TdClassName
{
border-color: #D1B39A;
}
.TagClassName
{
border-color: #D1B39A;
}
</style>