Shades of Orinoco #D2D1AA
Tints of Orinoco #D2D1AA
RGB
CMYK
RGB Variations
Color information
#D2D1AA (or 0xD2D1AA) is known color: Orinoco. HEX triplet: D2, D1 and AA. RGB value is (210,209,170). Sum of RGB (Red+Green+Blue) = 210+209+170=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D1AA is #2D2E55. Grayscale: #CDCDCD. Windows color (decimal): -2960982 or 11194834. OLE color: 11194834.
HSL color Cylindrical-coordinate representation of color #D2D1AA: hue angle of 58.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 #D2D1AA is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 170 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.18 |
| HSL | 58.5º | 0.31% | 0.75% | - |
| HSV(B) | 58.5º | 0.19% | 0.82% | - |
| XYZ | 56.63 | 62.2 | 47.05 | - |
| YUV | 204.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 170 | 0 | 0.00 | 0.19 | 0.18 | 58.5 | 0.31 | 0.75 |
| Hex | D2 | D1 | AA | 0 | 0 | 13 | 12 | 3A | 1F | 4B |
| Octal | 322 | 321 | 252 | 0 | 0 | 23 | 22 | 72 | 37 | 113 |
| Binary | 11010010 | 11010001 | 10101010 | 0 | 0 | 10011 | 10010 | 111010 | 11111 | 1001011 |
Color Harmonies of #D2D1AA
Complementary color
Monochromatic Colors of #D2D1AA
Black with #D2D1AA
Text Example
Text Example
White with #D2D1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1AA; }
p { color: rgb(210,209,170); }
H1.HeaderClassName
{
color: #D2D1AA;
}
.AnyTagClassName
{
color: #D2D1AA;
}
</style>
background-color css
<style>
a { background-color: #D2D1AA; }
a { background-color: rgb(210,209,170); }
div.DivClassName
{
background-color: #D2D1AA;
}
.BgClassName
{
background-color: #D2D1AA;
}
</style>
border-color css
<style>
span { border-color: #D2D1AA; }
span { border-color: rgb(210,209,170); }
td.TdClassName
{
border-color: #D2D1AA;
}
.TagClassName
{
border-color: #D2D1AA;
}
</style>