Shades of Orinoco #D2DDAA
Tints of Orinoco #D2DDAA
RGB
CMYK
RGB Variations
Color information
#D2DDAA (or 0xD2DDAA) is known color: Orinoco. HEX triplet: D2, DD and AA. RGB value is (210,221,170). Sum of RGB (Red+Green+Blue) = 210+221+170=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDAA is #2D2255. Grayscale: #D4D4D4. Windows color (decimal): -2957910 or 11197906. OLE color: 11197906.
HSL color Cylindrical-coordinate representation of color #D2DDAA: hue angle of 72.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2DDAA is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 170 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.13 |
| HSL | 72.94º | 0.43% | 0.77% | - |
| HSV(B) | 72.94º | 0.23% | 0.87% | - |
| XYZ | 59.69 | 68.32 | 48.07 | - |
| YUV | 211.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 170 | 0.05 | 0 | 0.23 | 0.13 | 72.94 | 0.43 | 0.77 |
| Hex | D2 | DD | AA | 5 | 0 | 17 | D | 49 | 2B | 4D |
| Octal | 322 | 335 | 252 | 5 | 0 | 27 | 15 | 111 | 53 | 115 |
| Binary | 11010010 | 11011101 | 10101010 | 101 | 0 | 10111 | 1101 | 1001001 | 101011 | 1001101 |
Color Harmonies of #D2DDAA
Complementary color
Monochromatic Colors of #D2DDAA
Black with #D2DDAA
Text Example
Text Example
White with #D2DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDAA; }
p { color: rgb(210,221,170); }
H1.HeaderClassName
{
color: #D2DDAA;
}
.AnyTagClassName
{
color: #D2DDAA;
}
</style>
background-color css
<style>
a { background-color: #D2DDAA; }
a { background-color: rgb(210,221,170); }
div.DivClassName
{
background-color: #D2DDAA;
}
.BgClassName
{
background-color: #D2DDAA;
}
</style>
border-color css
<style>
span { border-color: #D2DDAA; }
span { border-color: rgb(210,221,170); }
td.TdClassName
{
border-color: #D2DDAA;
}
.TagClassName
{
border-color: #D2DDAA;
}
</style>