Shades of Orinoco #D1D89A
Tints of Orinoco #D1D89A
RGB
CMYK
RGB Variations
Color information
#D1D89A (or 0xD1D89A) is known color: Orinoco. HEX triplet: D1, D8 and 9A. RGB value is (209,216,154). Sum of RGB (Red+Green+Blue) = 209+216+154=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D89A is #2E2765. Grayscale: #CFCFCF. Windows color (decimal): -3024742 or 10148049. OLE color: 10148049.
HSL color Cylindrical-coordinate representation of color #D1D89A: hue angle of 66.77º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1D89A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 154 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.15 |
| HSL | 66.77º | 0.44% | 0.73% | - |
| HSV(B) | 66.77º | 0.29% | 0.85% | - |
| XYZ | 56.68 | 65 | 40.13 | - |
| YUV | 206.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 154 | 0.03 | 0 | 0.29 | 0.15 | 66.77 | 0.44 | 0.73 |
| Hex | D1 | D8 | 9A | 3 | 0 | 1D | F | 43 | 2C | 49 |
| Octal | 321 | 330 | 232 | 3 | 0 | 35 | 17 | 103 | 54 | 111 |
| Binary | 11010001 | 11011000 | 10011010 | 11 | 0 | 11101 | 1111 | 1000011 | 101100 | 1001001 |
Color Harmonies of #D1D89A
Complementary color
Monochromatic Colors of #D1D89A
Black with #D1D89A
Text Example
Text Example
White with #D1D89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D89A; }
p { color: rgb(209,216,154); }
H1.HeaderClassName
{
color: #D1D89A;
}
.AnyTagClassName
{
color: #D1D89A;
}
</style>
background-color css
<style>
a { background-color: #D1D89A; }
a { background-color: rgb(209,216,154); }
div.DivClassName
{
background-color: #D1D89A;
}
.BgClassName
{
background-color: #D1D89A;
}
</style>
border-color css
<style>
span { border-color: #D1D89A; }
span { border-color: rgb(209,216,154); }
td.TdClassName
{
border-color: #D1D89A;
}
.TagClassName
{
border-color: #D1D89A;
}
</style>