Shades of Alto #D0C0BF
Tints of Alto #D0C0BF
RGB
CMYK
RGB Variations
Color information
#D0C0BF (or 0xD0C0BF) is known color: Alto. HEX triplet: D0, C0 and BF. RGB value is (208,192,191). Sum of RGB (Red+Green+Blue) = 208+192+191=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0BF is #2F3F40. Grayscale: #C4C4C4. Windows color (decimal): -3096385 or 12566736. OLE color: 12566736.
HSL color Cylindrical-coordinate representation of color #D0C0BF: hue angle of 3.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0C0BF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 191 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.18 |
| HSL | 3.53º | 0.15% | 0.78% | - |
| HSV(B) | 3.53º | 0.08% | 0.82% | - |
| XYZ | 54.27 | 54.87 | 57.02 | - |
| YUV | 196.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 191 | 0 | 0.08 | 0.08 | 0.18 | 3.53 | 0.15 | 0.78 |
| Hex | D0 | C0 | BF | 0 | 8 | 8 | 12 | 4 | F | 4E |
| Octal | 320 | 300 | 277 | 0 | 10 | 10 | 22 | 4 | 17 | 116 |
| Binary | 11010000 | 11000000 | 10111111 | 0 | 1000 | 1000 | 10010 | 100 | 1111 | 1001110 |
Color Harmonies of #D0C0BF
Complementary color
Monochromatic Colors of #D0C0BF
Black with #D0C0BF
Text Example
Text Example
White with #D0C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0BF; }
p { color: rgb(208,192,191); }
H1.HeaderClassName
{
color: #D0C0BF;
}
.AnyTagClassName
{
color: #D0C0BF;
}
</style>
background-color css
<style>
a { background-color: #D0C0BF; }
a { background-color: rgb(208,192,191); }
div.DivClassName
{
background-color: #D0C0BF;
}
.BgClassName
{
background-color: #D0C0BF;
}
</style>
border-color css
<style>
span { border-color: #D0C0BF; }
span { border-color: rgb(208,192,191); }
td.TdClassName
{
border-color: #D0C0BF;
}
.TagClassName
{
border-color: #D0C0BF;
}
</style>