Shades of Cashmere #D0B49B
Tints of Cashmere #D0B49B
RGB
CMYK
RGB Variations
Color information
#D0B49B (or 0xD0B49B) is known color: Cashmere. HEX triplet: D0, B4 and 9B. RGB value is (208,180,155). Sum of RGB (Red+Green+Blue) = 208+180+155=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B49B is #2F4B64. Grayscale: #B9B9B9. Windows color (decimal): -3099493 or 10204368. OLE color: 10204368.
HSL color Cylindrical-coordinate representation of color #D0B49B: hue angle of 28.3º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0B49B is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 155 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.18 |
| HSL | 28.3º | 0.36% | 0.71% | - |
| HSV(B) | 28.3º | 0.25% | 0.82% | - |
| XYZ | 48.25 | 48.42 | 37.81 | - |
| YUV | 185.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 155 | 0 | 0.13 | 0.25 | 0.18 | 28.3 | 0.36 | 0.71 |
| Hex | D0 | B4 | 9B | 0 | D | 19 | 12 | 1C | 24 | 47 |
| Octal | 320 | 264 | 233 | 0 | 15 | 31 | 22 | 34 | 44 | 107 |
| Binary | 11010000 | 10110100 | 10011011 | 0 | 1101 | 11001 | 10010 | 11100 | 100100 | 1000111 |
Color Harmonies of #D0B49B
Complementary color
Monochromatic Colors of #D0B49B
Black with #D0B49B
Text Example
Text Example
White with #D0B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B49B; }
p { color: rgb(208,180,155); }
H1.HeaderClassName
{
color: #D0B49B;
}
.AnyTagClassName
{
color: #D0B49B;
}
</style>
background-color css
<style>
a { background-color: #D0B49B; }
a { background-color: rgb(208,180,155); }
div.DivClassName
{
background-color: #D0B49B;
}
.BgClassName
{
background-color: #D0B49B;
}
</style>
border-color css
<style>
span { border-color: #D0B49B; }
span { border-color: rgb(208,180,155); }
td.TdClassName
{
border-color: #D0B49B;
}
.TagClassName
{
border-color: #D0B49B;
}
</style>