Shades of Orinoco #D8DAAA
Tints of Orinoco #D8DAAA
RGB
CMYK
RGB Variations
Color information
#D8DAAA (or 0xD8DAAA) is known color: Orinoco. HEX triplet: D8, DA and AA. RGB value is (216,218,170). Sum of RGB (Red+Green+Blue) = 216+218+170=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAAA is #272555. Grayscale: #D4D4D4. Windows color (decimal): -2565462 or 11197144. OLE color: 11197144.
HSL color Cylindrical-coordinate representation of color #D8DAAA: hue angle of 62.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8DAAA is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 170 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.15 |
| HSL | 62.5º | 0.39% | 0.76% | - |
| HSV(B) | 62.5º | 0.22% | 0.85% | - |
| XYZ | 60.65 | 67.64 | 47.89 | - |
| YUV | 211.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 170 | 0.01 | 0 | 0.22 | 0.15 | 62.5 | 0.39 | 0.76 |
| Hex | D8 | DA | AA | 1 | 0 | 16 | F | 3F | 27 | 4C |
| Octal | 330 | 332 | 252 | 1 | 0 | 26 | 17 | 77 | 47 | 114 |
| Binary | 11011000 | 11011010 | 10101010 | 1 | 0 | 10110 | 1111 | 111111 | 100111 | 1001100 |
Color Harmonies of #D8DAAA
Complementary color
Monochromatic Colors of #D8DAAA
Black with #D8DAAA
Text Example
Text Example
White with #D8DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAAA; }
p { color: rgb(216,218,170); }
H1.HeaderClassName
{
color: #D8DAAA;
}
.AnyTagClassName
{
color: #D8DAAA;
}
</style>
background-color css
<style>
a { background-color: #D8DAAA; }
a { background-color: rgb(216,218,170); }
div.DivClassName
{
background-color: #D8DAAA;
}
.BgClassName
{
background-color: #D8DAAA;
}
</style>
border-color css
<style>
span { border-color: #D8DAAA; }
span { border-color: rgb(216,218,170); }
td.TdClassName
{
border-color: #D8DAAA;
}
.TagClassName
{
border-color: #D8DAAA;
}
</style>