Shades of Cashmere #D0B293
Tints of Cashmere #D0B293
RGB
CMYK
RGB Variations
Color information
#D0B293 (or 0xD0B293) is known color: Cashmere. HEX triplet: D0, B2 and 93. RGB value is (208,178,147). Sum of RGB (Red+Green+Blue) = 208+178+147=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B293 is #2F4D6C. Grayscale: #B7B7B7. Windows color (decimal): -3100013 or 9679568. OLE color: 9679568.
HSL color Cylindrical-coordinate representation of color #D0B293: hue angle of 30.49º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B293 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 147 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.18 |
| HSL | 30.49º | 0.39% | 0.7% | - |
| HSV(B) | 30.49º | 0.29% | 0.82% | - |
| XYZ | 47.2 | 47.36 | 34.26 | - |
| YUV | 183.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 147 | 0 | 0.14 | 0.29 | 0.18 | 30.49 | 0.39 | 0.7 |
| Hex | D0 | B2 | 93 | 0 | E | 1D | 12 | 1E | 27 | 46 |
| Octal | 320 | 262 | 223 | 0 | 16 | 35 | 22 | 36 | 47 | 106 |
| Binary | 11010000 | 10110010 | 10010011 | 0 | 1110 | 11101 | 10010 | 11110 | 100111 | 1000110 |
Color Harmonies of #D0B293
Complementary color
Monochromatic Colors of #D0B293
Black with #D0B293
Text Example
Text Example
White with #D0B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B293; }
p { color: rgb(208,178,147); }
H1.HeaderClassName
{
color: #D0B293;
}
.AnyTagClassName
{
color: #D0B293;
}
</style>
background-color css
<style>
a { background-color: #D0B293; }
a { background-color: rgb(208,178,147); }
div.DivClassName
{
background-color: #D0B293;
}
.BgClassName
{
background-color: #D0B293;
}
</style>
border-color css
<style>
span { border-color: #D0B293; }
span { border-color: rgb(208,178,147); }
td.TdClassName
{
border-color: #D0B293;
}
.TagClassName
{
border-color: #D0B293;
}
</style>