Shades of Chrome White #D0CBB9
Tints of Chrome White #D0CBB9
RGB
CMYK
RGB Variations
Color information
#D0CBB9 (or 0xD0CBB9) is known color: Chrome White. HEX triplet: D0, CB and B9. RGB value is (208,203,185). Sum of RGB (Red+Green+Blue) = 208+203+185=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBB9 is #2F3446. Grayscale: #CACACA. Windows color (decimal): -3093575 or 12176336. OLE color: 12176336.
HSL color Cylindrical-coordinate representation of color #D0CBB9: hue angle of 46.96º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CBB9 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 185 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.18 |
| HSL | 46.96º | 0.2% | 0.77% | - |
| HSV(B) | 46.96º | 0.11% | 0.82% | - |
| XYZ | 56.13 | 59.62 | 54.45 | - |
| YUV | 202.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 185 | 0 | 0.02 | 0.11 | 0.18 | 46.96 | 0.2 | 0.77 |
| Hex | D0 | CB | B9 | 0 | 2 | B | 12 | 2F | 14 | 4D |
| Octal | 320 | 313 | 271 | 0 | 2 | 13 | 22 | 57 | 24 | 115 |
| Binary | 11010000 | 11001011 | 10111001 | 0 | 10 | 1011 | 10010 | 101111 | 10100 | 1001101 |
Color Harmonies of #D0CBB9
Complementary color
Monochromatic Colors of #D0CBB9
Black with #D0CBB9
Text Example
Text Example
White with #D0CBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBB9; }
p { color: rgb(208,203,185); }
H1.HeaderClassName
{
color: #D0CBB9;
}
.AnyTagClassName
{
color: #D0CBB9;
}
</style>
background-color css
<style>
a { background-color: #D0CBB9; }
a { background-color: rgb(208,203,185); }
div.DivClassName
{
background-color: #D0CBB9;
}
.BgClassName
{
background-color: #D0CBB9;
}
</style>
border-color css
<style>
span { border-color: #D0CBB9; }
span { border-color: rgb(208,203,185); }
td.TdClassName
{
border-color: #D0CBB9;
}
.TagClassName
{
border-color: #D0CBB9;
}
</style>