Shades of Orinoco #D0D89E
Tints of Orinoco #D0D89E
RGB
CMYK
RGB Variations
Color information
#D0D89E (or 0xD0D89E) is known color: Orinoco. HEX triplet: D0, D8 and 9E. RGB value is (208,216,158). Sum of RGB (Red+Green+Blue) = 208+216+158=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D89E is #2F2761. Grayscale: #CFCFCF. Windows color (decimal): -3090274 or 10410192. OLE color: 10410192.
HSL color Cylindrical-coordinate representation of color #D0D89E: hue angle of 68.28º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0D89E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 158 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.15 |
| HSL | 68.28º | 0.43% | 0.73% | - |
| HSV(B) | 68.28º | 0.27% | 0.85% | - |
| XYZ | 56.74 | 64.99 | 41.9 | - |
| YUV | 207 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 158 | 0.04 | 0 | 0.27 | 0.15 | 68.28 | 0.43 | 0.73 |
| Hex | D0 | D8 | 9E | 4 | 0 | 1B | F | 44 | 2B | 49 |
| Octal | 320 | 330 | 236 | 4 | 0 | 33 | 17 | 104 | 53 | 111 |
| Binary | 11010000 | 11011000 | 10011110 | 100 | 0 | 11011 | 1111 | 1000100 | 101011 | 1001001 |
Color Harmonies of #D0D89E
Complementary color
Monochromatic Colors of #D0D89E
Black with #D0D89E
Text Example
Text Example
White with #D0D89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D89E; }
p { color: rgb(208,216,158); }
H1.HeaderClassName
{
color: #D0D89E;
}
.AnyTagClassName
{
color: #D0D89E;
}
</style>
background-color css
<style>
a { background-color: #D0D89E; }
a { background-color: rgb(208,216,158); }
div.DivClassName
{
background-color: #D0D89E;
}
.BgClassName
{
background-color: #D0D89E;
}
</style>
border-color css
<style>
span { border-color: #D0D89E; }
span { border-color: rgb(208,216,158); }
td.TdClassName
{
border-color: #D0D89E;
}
.TagClassName
{
border-color: #D0D89E;
}
</style>