Shades of Orinoco #D4DD9E
Tints of Orinoco #D4DD9E
RGB
CMYK
RGB Variations
Color information
#D4DD9E (or 0xD4DD9E) is known color: Orinoco. HEX triplet: D4, DD and 9E. RGB value is (212,221,158). Sum of RGB (Red+Green+Blue) = 212+221+158=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD9E is #2B2261. Grayscale: #D3D3D3. Windows color (decimal): -2826850 or 10411476. OLE color: 10411476.
HSL color Cylindrical-coordinate representation of color #D4DD9E: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4DD9E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 158 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.13 |
| HSL | 68.57º | 0.48% | 0.74% | - |
| HSV(B) | 68.57º | 0.29% | 0.87% | - |
| XYZ | 59.18 | 68.18 | 42.39 | - |
| YUV | 211.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 158 | 0.04 | 0 | 0.29 | 0.13 | 68.57 | 0.48 | 0.74 |
| Hex | D4 | DD | 9E | 4 | 0 | 1D | D | 45 | 30 | 4A |
| Octal | 324 | 335 | 236 | 4 | 0 | 35 | 15 | 105 | 60 | 112 |
| Binary | 11010100 | 11011101 | 10011110 | 100 | 0 | 11101 | 1101 | 1000101 | 110000 | 1001010 |
Color Harmonies of #D4DD9E
Complementary color
Monochromatic Colors of #D4DD9E
Black with #D4DD9E
Text Example
Text Example
White with #D4DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD9E; }
p { color: rgb(212,221,158); }
H1.HeaderClassName
{
color: #D4DD9E;
}
.AnyTagClassName
{
color: #D4DD9E;
}
</style>
background-color css
<style>
a { background-color: #D4DD9E; }
a { background-color: rgb(212,221,158); }
div.DivClassName
{
background-color: #D4DD9E;
}
.BgClassName
{
background-color: #D4DD9E;
}
</style>
border-color css
<style>
span { border-color: #D4DD9E; }
span { border-color: rgb(212,221,158); }
td.TdClassName
{
border-color: #D4DD9E;
}
.TagClassName
{
border-color: #D4DD9E;
}
</style>