Shades of Orinoco #D1D2A0
Tints of Orinoco #D1D2A0
RGB
CMYK
RGB Variations
Color information
#D1D2A0 (or 0xD1D2A0) is known color: Orinoco. HEX triplet: D1, D2 and A0. RGB value is (209,210,160). Sum of RGB (Red+Green+Blue) = 209+210+160=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D2A0 is #2E2D5F. Grayscale: #CCCCCC. Windows color (decimal): -3026272 or 10539729. OLE color: 10539729.
HSL color Cylindrical-coordinate representation of color #D1D2A0: hue angle of 61.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1D2A0 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 160 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.18 |
| HSL | 61.2º | 0.36% | 0.73% | - |
| HSV(B) | 61.2º | 0.24% | 0.82% | - |
| XYZ | 55.69 | 62.19 | 42.33 | - |
| YUV | 204 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 160 | 0.00 | 0 | 0.24 | 0.18 | 61.2 | 0.36 | 0.73 |
| Hex | D1 | D2 | A0 | 0 | 0 | 18 | 12 | 3D | 24 | 49 |
| Octal | 321 | 322 | 240 | 0 | 0 | 30 | 22 | 75 | 44 | 111 |
| Binary | 11010001 | 11010010 | 10100000 | 0 | 0 | 11000 | 10010 | 111101 | 100100 | 1001001 |
Color Harmonies of #D1D2A0
Complementary color
Monochromatic Colors of #D1D2A0
Black with #D1D2A0
Text Example
Text Example
White with #D1D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2A0; }
p { color: rgb(209,210,160); }
H1.HeaderClassName
{
color: #D1D2A0;
}
.AnyTagClassName
{
color: #D1D2A0;
}
</style>
background-color css
<style>
a { background-color: #D1D2A0; }
a { background-color: rgb(209,210,160); }
div.DivClassName
{
background-color: #D1D2A0;
}
.BgClassName
{
background-color: #D1D2A0;
}
</style>
border-color css
<style>
span { border-color: #D1D2A0; }
span { border-color: rgb(209,210,160); }
td.TdClassName
{
border-color: #D1D2A0;
}
.TagClassName
{
border-color: #D1D2A0;
}
</style>