Shades of Orinoco #D4D89E
Tints of Orinoco #D4D89E
RGB
CMYK
RGB Variations
Color information
#D4D89E (or 0xD4D89E) is known color: Orinoco. HEX triplet: D4, D8 and 9E. RGB value is (212,216,158). Sum of RGB (Red+Green+Blue) = 212+216+158=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D89E is #2B2761. Grayscale: #D0D0D0. Windows color (decimal): -2828130 or 10410196. OLE color: 10410196.
HSL color Cylindrical-coordinate representation of color #D4D89E: hue angle of 64.14º 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 #D4D89E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 158 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.15 |
| HSL | 64.14º | 0.43% | 0.73% | - |
| HSV(B) | 64.14º | 0.27% | 0.85% | - |
| XYZ | 57.88 | 65.58 | 41.95 | - |
| YUV | 208.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 158 | 0.02 | 0 | 0.27 | 0.15 | 64.14 | 0.43 | 0.73 |
| Hex | D4 | D8 | 9E | 2 | 0 | 1B | F | 40 | 2B | 49 |
| Octal | 324 | 330 | 236 | 2 | 0 | 33 | 17 | 100 | 53 | 111 |
| Binary | 11010100 | 11011000 | 10011110 | 10 | 0 | 11011 | 1111 | 1000000 | 101011 | 1001001 |
Color Harmonies of #D4D89E
Complementary color
Monochromatic Colors of #D4D89E
Black with #D4D89E
Text Example
Text Example
White with #D4D89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D89E; }
p { color: rgb(212,216,158); }
H1.HeaderClassName
{
color: #D4D89E;
}
.AnyTagClassName
{
color: #D4D89E;
}
</style>
background-color css
<style>
a { background-color: #D4D89E; }
a { background-color: rgb(212,216,158); }
div.DivClassName
{
background-color: #D4D89E;
}
.BgClassName
{
background-color: #D4D89E;
}
</style>
border-color css
<style>
span { border-color: #D4D89E; }
span { border-color: rgb(212,216,158); }
td.TdClassName
{
border-color: #D4D89E;
}
.TagClassName
{
border-color: #D4D89E;
}
</style>