Shades of Orinoco #D0D1B6
Tints of Orinoco #D0D1B6
RGB
CMYK
RGB Variations
Color information
#D0D1B6 (or 0xD0D1B6) is known color: Orinoco. HEX triplet: D0, D1 and B6. RGB value is (208,209,182). Sum of RGB (Red+Green+Blue) = 208+209+182=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1B6 is #2F2E49. Grayscale: #CDCDCD. Windows color (decimal): -3092042 or 11981264. OLE color: 11981264.
HSL color Cylindrical-coordinate representation of color #D0D1B6: hue angle of 62.22º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0D1B6 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 182 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.18 |
| HSL | 62.22º | 0.23% | 0.77% | - |
| HSV(B) | 62.22º | 0.13% | 0.82% | - |
| XYZ | 57.26 | 62.39 | 53.28 | - |
| YUV | 205.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 182 | 0.00 | 0 | 0.13 | 0.18 | 62.22 | 0.23 | 0.77 |
| Hex | D0 | D1 | B6 | 0 | 0 | D | 12 | 3E | 17 | 4D |
| Octal | 320 | 321 | 266 | 0 | 0 | 15 | 22 | 76 | 27 | 115 |
| Binary | 11010000 | 11010001 | 10110110 | 0 | 0 | 1101 | 10010 | 111110 | 10111 | 1001101 |
Color Harmonies of #D0D1B6
Complementary color
Monochromatic Colors of #D0D1B6
Black with #D0D1B6
Text Example
Text Example
White with #D0D1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1B6; }
p { color: rgb(208,209,182); }
H1.HeaderClassName
{
color: #D0D1B6;
}
.AnyTagClassName
{
color: #D0D1B6;
}
</style>
background-color css
<style>
a { background-color: #D0D1B6; }
a { background-color: rgb(208,209,182); }
div.DivClassName
{
background-color: #D0D1B6;
}
.BgClassName
{
background-color: #D0D1B6;
}
</style>
border-color css
<style>
span { border-color: #D0D1B6; }
span { border-color: rgb(208,209,182); }
td.TdClassName
{
border-color: #D0D1B6;
}
.TagClassName
{
border-color: #D0D1B6;
}
</style>