Shades of Orinoco #D1D2AA
Tints of Orinoco #D1D2AA
RGB
CMYK
RGB Variations
Color information
#D1D2AA (or 0xD1D2AA) is known color: Orinoco. HEX triplet: D1, D2 and AA. RGB value is (209,210,170). Sum of RGB (Red+Green+Blue) = 209+210+170=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D2AA is #2E2D55. Grayscale: #CDCDCD. Windows color (decimal): -3026262 or 11195089. OLE color: 11195089.
HSL color Cylindrical-coordinate representation of color #D1D2AA: hue angle of 61.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1D2AA is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 170 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.18 |
| HSL | 61.5º | 0.31% | 0.75% | - |
| HSV(B) | 61.5º | 0.19% | 0.82% | - |
| XYZ | 56.6 | 62.55 | 47.12 | - |
| YUV | 205.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 170 | 0.00 | 0 | 0.19 | 0.18 | 61.5 | 0.31 | 0.75 |
| Hex | D1 | D2 | AA | 0 | 0 | 13 | 12 | 3E | 1F | 4B |
| Octal | 321 | 322 | 252 | 0 | 0 | 23 | 22 | 76 | 37 | 113 |
| Binary | 11010001 | 11010010 | 10101010 | 0 | 0 | 10011 | 10010 | 111110 | 11111 | 1001011 |
Color Harmonies of #D1D2AA
Complementary color
Monochromatic Colors of #D1D2AA
Black with #D1D2AA
Text Example
Text Example
White with #D1D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2AA; }
p { color: rgb(209,210,170); }
H1.HeaderClassName
{
color: #D1D2AA;
}
.AnyTagClassName
{
color: #D1D2AA;
}
</style>
background-color css
<style>
a { background-color: #D1D2AA; }
a { background-color: rgb(209,210,170); }
div.DivClassName
{
background-color: #D1D2AA;
}
.BgClassName
{
background-color: #D1D2AA;
}
</style>
border-color css
<style>
span { border-color: #D1D2AA; }
span { border-color: rgb(209,210,170); }
td.TdClassName
{
border-color: #D1D2AA;
}
.TagClassName
{
border-color: #D1D2AA;
}
</style>