Shades of Alto #D0BFBE
Tints of Alto #D0BFBE
RGB
CMYK
RGB Variations
Color information
#D0BFBE (or 0xD0BFBE) is known color: Alto. HEX triplet: D0, BF and BE. RGB value is (208,191,190). Sum of RGB (Red+Green+Blue) = 208+191+190=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFBE is #2F4041. Grayscale: #C3C3C3. Windows color (decimal): -3096642 or 12500944. OLE color: 12500944.
HSL color Cylindrical-coordinate representation of color #D0BFBE: hue angle of 3.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BFBE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 190 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.18 |
| HSL | 3.33º | 0.16% | 0.78% | - |
| HSV(B) | 3.33º | 0.09% | 0.82% | - |
| XYZ | 53.94 | 54.39 | 56.37 | - |
| YUV | 195.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 190 | 0 | 0.08 | 0.09 | 0.18 | 3.33 | 0.16 | 0.78 |
| Hex | D0 | BF | BE | 0 | 8 | 9 | 12 | 3 | 10 | 4E |
| Octal | 320 | 277 | 276 | 0 | 10 | 11 | 22 | 3 | 20 | 116 |
| Binary | 11010000 | 10111111 | 10111110 | 0 | 1000 | 1001 | 10010 | 11 | 10000 | 1001110 |
Color Harmonies of #D0BFBE
Complementary color
Monochromatic Colors of #D0BFBE
Black with #D0BFBE
Text Example
Text Example
White with #D0BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFBE; }
p { color: rgb(208,191,190); }
H1.HeaderClassName
{
color: #D0BFBE;
}
.AnyTagClassName
{
color: #D0BFBE;
}
</style>
background-color css
<style>
a { background-color: #D0BFBE; }
a { background-color: rgb(208,191,190); }
div.DivClassName
{
background-color: #D0BFBE;
}
.BgClassName
{
background-color: #D0BFBE;
}
</style>
border-color css
<style>
span { border-color: #D0BFBE; }
span { border-color: rgb(208,191,190); }
td.TdClassName
{
border-color: #D0BFBE;
}
.TagClassName
{
border-color: #D0BFBE;
}
</style>