Shades of Cashmere #D0B294
Tints of Cashmere #D0B294
RGB
CMYK
RGB Variations
Color information
#D0B294 (or 0xD0B294) is known color: Cashmere. HEX triplet: D0, B2 and 94. RGB value is (208,178,148). Sum of RGB (Red+Green+Blue) = 208+178+148=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B294 is #2F4D6B. Grayscale: #B7B7B7. Windows color (decimal): -3100012 or 9745104. OLE color: 9745104.
HSL color Cylindrical-coordinate representation of color #D0B294: hue angle of 30º 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 #D0B294 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 148 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.18 |
| HSL | 30º | 0.39% | 0.7% | - |
| HSV(B) | 30º | 0.29% | 0.82% | - |
| XYZ | 47.28 | 47.39 | 34.67 | - |
| YUV | 183.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 148 | 0 | 0.14 | 0.29 | 0.18 | 30 | 0.39 | 0.7 |
| Hex | D0 | B2 | 94 | 0 | E | 1D | 12 | 1E | 27 | 46 |
| Octal | 320 | 262 | 224 | 0 | 16 | 35 | 22 | 36 | 47 | 106 |
| Binary | 11010000 | 10110010 | 10010100 | 0 | 1110 | 11101 | 10010 | 11110 | 100111 | 1000110 |
Color Harmonies of #D0B294
Complementary color
Monochromatic Colors of #D0B294
Black with #D0B294
Text Example
Text Example
White with #D0B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B294; }
p { color: rgb(208,178,148); }
H1.HeaderClassName
{
color: #D0B294;
}
.AnyTagClassName
{
color: #D0B294;
}
</style>
background-color css
<style>
a { background-color: #D0B294; }
a { background-color: rgb(208,178,148); }
div.DivClassName
{
background-color: #D0B294;
}
.BgClassName
{
background-color: #D0B294;
}
</style>
border-color css
<style>
span { border-color: #D0B294; }
span { border-color: rgb(208,178,148); }
td.TdClassName
{
border-color: #D0B294;
}
.TagClassName
{
border-color: #D0B294;
}
</style>