Shades of Orinoco #D2DBAA
Tints of Orinoco #D2DBAA
RGB
CMYK
RGB Variations
Color information
#D2DBAA (or 0xD2DBAA) is known color: Orinoco. HEX triplet: D2, DB and AA. RGB value is (210,219,170). Sum of RGB (Red+Green+Blue) = 210+219+170=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DBAA is #2D2455. Grayscale: #D2D2D2. Windows color (decimal): -2958422 or 11197394. OLE color: 11197394.
HSL color Cylindrical-coordinate representation of color #D2DBAA: hue angle of 71.02º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2DBAA is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 170 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.14 |
| HSL | 71.02º | 0.4% | 0.76% | - |
| HSV(B) | 71.02º | 0.22% | 0.86% | - |
| XYZ | 59.17 | 67.27 | 47.9 | - |
| YUV | 210.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 170 | 0.04 | 0 | 0.22 | 0.14 | 71.02 | 0.4 | 0.76 |
| Hex | D2 | DB | AA | 4 | 0 | 16 | E | 47 | 28 | 4C |
| Octal | 322 | 333 | 252 | 4 | 0 | 26 | 16 | 107 | 50 | 114 |
| Binary | 11010010 | 11011011 | 10101010 | 100 | 0 | 10110 | 1110 | 1000111 | 101000 | 1001100 |
Color Harmonies of #D2DBAA
Complementary color
Monochromatic Colors of #D2DBAA
Black with #D2DBAA
Text Example
Text Example
White with #D2DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBAA; }
p { color: rgb(210,219,170); }
H1.HeaderClassName
{
color: #D2DBAA;
}
.AnyTagClassName
{
color: #D2DBAA;
}
</style>
background-color css
<style>
a { background-color: #D2DBAA; }
a { background-color: rgb(210,219,170); }
div.DivClassName
{
background-color: #D2DBAA;
}
.BgClassName
{
background-color: #D2DBAA;
}
</style>
border-color css
<style>
span { border-color: #D2DBAA; }
span { border-color: rgb(210,219,170); }
td.TdClassName
{
border-color: #D2DBAA;
}
.TagClassName
{
border-color: #D2DBAA;
}
</style>