Shades of Orinoco #D8DBAA
Tints of Orinoco #D8DBAA
RGB
CMYK
RGB Variations
Color information
#D8DBAA (or 0xD8DBAA) is known color: Orinoco. HEX triplet: D8, DB and AA. RGB value is (216,219,170). Sum of RGB (Red+Green+Blue) = 216+219+170=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBAA is #272455. Grayscale: #D4D4D4. Windows color (decimal): -2565206 or 11197400. OLE color: 11197400.
HSL color Cylindrical-coordinate representation of color #D8DBAA: hue angle of 63.67º 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 #D8DBAA is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 170 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.14 |
| HSL | 63.67º | 0.4% | 0.76% | - |
| HSV(B) | 63.67º | 0.22% | 0.86% | - |
| XYZ | 60.91 | 68.16 | 47.98 | - |
| YUV | 212.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 170 | 0.01 | 0 | 0.22 | 0.14 | 63.67 | 0.4 | 0.76 |
| Hex | D8 | DB | AA | 1 | 0 | 16 | E | 40 | 28 | 4C |
| Octal | 330 | 333 | 252 | 1 | 0 | 26 | 16 | 100 | 50 | 114 |
| Binary | 11011000 | 11011011 | 10101010 | 1 | 0 | 10110 | 1110 | 1000000 | 101000 | 1001100 |
Color Harmonies of #D8DBAA
Complementary color
Monochromatic Colors of #D8DBAA
Black with #D8DBAA
Text Example
Text Example
White with #D8DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBAA; }
p { color: rgb(216,219,170); }
H1.HeaderClassName
{
color: #D8DBAA;
}
.AnyTagClassName
{
color: #D8DBAA;
}
</style>
background-color css
<style>
a { background-color: #D8DBAA; }
a { background-color: rgb(216,219,170); }
div.DivClassName
{
background-color: #D8DBAA;
}
.BgClassName
{
background-color: #D8DBAA;
}
</style>
border-color css
<style>
span { border-color: #D8DBAA; }
span { border-color: rgb(216,219,170); }
td.TdClassName
{
border-color: #D8DBAA;
}
.TagClassName
{
border-color: #D8DBAA;
}
</style>