Shades of Orinoco #D4DB9E
Tints of Orinoco #D4DB9E
RGB
CMYK
RGB Variations
Color information
#D4DB9E (or 0xD4DB9E) is known color: Orinoco. HEX triplet: D4, DB and 9E. RGB value is (212,219,158). Sum of RGB (Red+Green+Blue) = 212+219+158=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DB9E is #2B2461. Grayscale: #D2D2D2. Windows color (decimal): -2827362 or 10410964. OLE color: 10410964.
HSL color Cylindrical-coordinate representation of color #D4DB9E: hue angle of 66.89º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4DB9E is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 158 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.14 |
| HSL | 66.89º | 0.46% | 0.74% | - |
| HSV(B) | 66.89º | 0.28% | 0.86% | - |
| XYZ | 58.65 | 67.13 | 42.21 | - |
| YUV | 209.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 158 | 0.03 | 0 | 0.28 | 0.14 | 66.89 | 0.46 | 0.74 |
| Hex | D4 | DB | 9E | 3 | 0 | 1C | E | 43 | 2E | 4A |
| Octal | 324 | 333 | 236 | 3 | 0 | 34 | 16 | 103 | 56 | 112 |
| Binary | 11010100 | 11011011 | 10011110 | 11 | 0 | 11100 | 1110 | 1000011 | 101110 | 1001010 |
Color Harmonies of #D4DB9E
Complementary color
Monochromatic Colors of #D4DB9E
Black with #D4DB9E
Text Example
Text Example
White with #D4DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB9E; }
p { color: rgb(212,219,158); }
H1.HeaderClassName
{
color: #D4DB9E;
}
.AnyTagClassName
{
color: #D4DB9E;
}
</style>
background-color css
<style>
a { background-color: #D4DB9E; }
a { background-color: rgb(212,219,158); }
div.DivClassName
{
background-color: #D4DB9E;
}
.BgClassName
{
background-color: #D4DB9E;
}
</style>
border-color css
<style>
span { border-color: #D4DB9E; }
span { border-color: rgb(212,219,158); }
td.TdClassName
{
border-color: #D4DB9E;
}
.TagClassName
{
border-color: #D4DB9E;
}
</style>