Shades of Orinoco #D0DA9F
Tints of Orinoco #D0DA9F
RGB
CMYK
RGB Variations
Color information
#D0DA9F (or 0xD0DA9F) is known color: Orinoco. HEX triplet: D0, DA and 9F. RGB value is (208,218,159). Sum of RGB (Red+Green+Blue) = 208+218+159=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DA9F is #2F2560. Grayscale: #D0D0D0. Windows color (decimal): -3089761 or 10476240. OLE color: 10476240.
HSL color Cylindrical-coordinate representation of color #D0DA9F: hue angle of 70.17º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0DA9F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 159 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.15 |
| HSL | 70.17º | 0.44% | 0.74% | - |
| HSV(B) | 70.17º | 0.27% | 0.85% | - |
| XYZ | 57.34 | 66.06 | 42.53 | - |
| YUV | 208.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 159 | 0.05 | 0 | 0.27 | 0.15 | 70.17 | 0.44 | 0.74 |
| Hex | D0 | DA | 9F | 5 | 0 | 1B | F | 46 | 2C | 4A |
| Octal | 320 | 332 | 237 | 5 | 0 | 33 | 17 | 106 | 54 | 112 |
| Binary | 11010000 | 11011010 | 10011111 | 101 | 0 | 11011 | 1111 | 1000110 | 101100 | 1001010 |
Color Harmonies of #D0DA9F
Complementary color
Monochromatic Colors of #D0DA9F
Black with #D0DA9F
Text Example
Text Example
White with #D0DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA9F; }
p { color: rgb(208,218,159); }
H1.HeaderClassName
{
color: #D0DA9F;
}
.AnyTagClassName
{
color: #D0DA9F;
}
</style>
background-color css
<style>
a { background-color: #D0DA9F; }
a { background-color: rgb(208,218,159); }
div.DivClassName
{
background-color: #D0DA9F;
}
.BgClassName
{
background-color: #D0DA9F;
}
</style>
border-color css
<style>
span { border-color: #D0DA9F; }
span { border-color: rgb(208,218,159); }
td.TdClassName
{
border-color: #D0DA9F;
}
.TagClassName
{
border-color: #D0DA9F;
}
</style>