Shades of Orinoco #D0D49E
Tints of Orinoco #D0D49E
RGB
CMYK
RGB Variations
Color information
#D0D49E (or 0xD0D49E) is known color: Orinoco. HEX triplet: D0, D4 and 9E. RGB value is (208,212,158). Sum of RGB (Red+Green+Blue) = 208+212+158=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D49E is #2F2B61. Grayscale: #CCCCCC. Windows color (decimal): -3091298 or 10409168. OLE color: 10409168.
HSL color Cylindrical-coordinate representation of color #D0D49E: hue angle of 64.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0D49E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 158 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.17 |
| HSL | 64.44º | 0.39% | 0.73% | - |
| HSV(B) | 64.44º | 0.25% | 0.83% | - |
| XYZ | 55.73 | 62.97 | 41.56 | - |
| YUV | 204.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 158 | 0.02 | 0 | 0.25 | 0.17 | 64.44 | 0.39 | 0.73 |
| Hex | D0 | D4 | 9E | 2 | 0 | 19 | 11 | 40 | 27 | 49 |
| Octal | 320 | 324 | 236 | 2 | 0 | 31 | 21 | 100 | 47 | 111 |
| Binary | 11010000 | 11010100 | 10011110 | 10 | 0 | 11001 | 10001 | 1000000 | 100111 | 1001001 |
Color Harmonies of #D0D49E
Complementary color
Monochromatic Colors of #D0D49E
Black with #D0D49E
Text Example
Text Example
White with #D0D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D49E; }
p { color: rgb(208,212,158); }
H1.HeaderClassName
{
color: #D0D49E;
}
.AnyTagClassName
{
color: #D0D49E;
}
</style>
background-color css
<style>
a { background-color: #D0D49E; }
a { background-color: rgb(208,212,158); }
div.DivClassName
{
background-color: #D0D49E;
}
.BgClassName
{
background-color: #D0D49E;
}
</style>
border-color css
<style>
span { border-color: #D0D49E; }
span { border-color: rgb(208,212,158); }
td.TdClassName
{
border-color: #D0D49E;
}
.TagClassName
{
border-color: #D0D49E;
}
</style>