Shades of Orinoco #D1D2B9
Tints of Orinoco #D1D2B9
RGB
CMYK
RGB Variations
Color information
#D1D2B9 (or 0xD1D2B9) is known color: Orinoco. HEX triplet: D1, D2 and B9. RGB value is (209,210,185). Sum of RGB (Red+Green+Blue) = 209+210+185=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2B9 is #2E2D46. Grayscale: #CECECE. Windows color (decimal): -3026247 or 12178129. OLE color: 12178129.
HSL color Cylindrical-coordinate representation of color #D1D2B9: hue angle of 62.4º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1D2B9 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 185 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.18 |
| HSL | 62.4º | 0.22% | 0.77% | - |
| HSV(B) | 62.4º | 0.12% | 0.82% | - |
| XYZ | 58.1 | 63.15 | 55.03 | - |
| YUV | 206.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 185 | 0.00 | 0 | 0.12 | 0.18 | 62.4 | 0.22 | 0.77 |
| Hex | D1 | D2 | B9 | 0 | 0 | C | 12 | 3E | 16 | 4D |
| Octal | 321 | 322 | 271 | 0 | 0 | 14 | 22 | 76 | 26 | 115 |
| Binary | 11010001 | 11010010 | 10111001 | 0 | 0 | 1100 | 10010 | 111110 | 10110 | 1001101 |
Color Harmonies of #D1D2B9
Complementary color
Monochromatic Colors of #D1D2B9
Black with #D1D2B9
Text Example
Text Example
White with #D1D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2B9; }
p { color: rgb(209,210,185); }
H1.HeaderClassName
{
color: #D1D2B9;
}
.AnyTagClassName
{
color: #D1D2B9;
}
</style>
background-color css
<style>
a { background-color: #D1D2B9; }
a { background-color: rgb(209,210,185); }
div.DivClassName
{
background-color: #D1D2B9;
}
.BgClassName
{
background-color: #D1D2B9;
}
</style>
border-color css
<style>
span { border-color: #D1D2B9; }
span { border-color: rgb(209,210,185); }
td.TdClassName
{
border-color: #D1D2B9;
}
.TagClassName
{
border-color: #D1D2B9;
}
</style>