Shades of Orinoco #D1D89D
Tints of Orinoco #D1D89D
RGB
CMYK
RGB Variations
Color information
#D1D89D (or 0xD1D89D) is known color: Orinoco. HEX triplet: D1, D8 and 9D. RGB value is (209,216,157). Sum of RGB (Red+Green+Blue) = 209+216+157=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D89D is #2E2762. Grayscale: #CFCFCF. Windows color (decimal): -3024739 or 10344657. OLE color: 10344657.
HSL color Cylindrical-coordinate representation of color #D1D89D: hue angle of 67.12º 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 #D1D89D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 157 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.15 |
| HSL | 67.12º | 0.43% | 0.73% | - |
| HSV(B) | 67.12º | 0.27% | 0.85% | - |
| XYZ | 56.94 | 65.1 | 41.46 | - |
| YUV | 207.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 157 | 0.03 | 0 | 0.27 | 0.15 | 67.12 | 0.43 | 0.73 |
| Hex | D1 | D8 | 9D | 3 | 0 | 1B | F | 43 | 2B | 49 |
| Octal | 321 | 330 | 235 | 3 | 0 | 33 | 17 | 103 | 53 | 111 |
| Binary | 11010001 | 11011000 | 10011101 | 11 | 0 | 11011 | 1111 | 1000011 | 101011 | 1001001 |
Color Harmonies of #D1D89D
Complementary color
Monochromatic Colors of #D1D89D
Black with #D1D89D
Text Example
Text Example
White with #D1D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D89D; }
p { color: rgb(209,216,157); }
H1.HeaderClassName
{
color: #D1D89D;
}
.AnyTagClassName
{
color: #D1D89D;
}
</style>
background-color css
<style>
a { background-color: #D1D89D; }
a { background-color: rgb(209,216,157); }
div.DivClassName
{
background-color: #D1D89D;
}
.BgClassName
{
background-color: #D1D89D;
}
</style>
border-color css
<style>
span { border-color: #D1D89D; }
span { border-color: rgb(209,216,157); }
td.TdClassName
{
border-color: #D1D89D;
}
.TagClassName
{
border-color: #D1D89D;
}
</style>