Shades of Orinoco #D4DD9D
Tints of Orinoco #D4DD9D
RGB
CMYK
RGB Variations
Color information
#D4DD9D (or 0xD4DD9D) is known color: Orinoco. HEX triplet: D4, DD and 9D. RGB value is (212,221,157). Sum of RGB (Red+Green+Blue) = 212+221+157=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD9D is #2B2262. Grayscale: #D3D3D3. Windows color (decimal): -2826851 or 10345940. OLE color: 10345940.
HSL color Cylindrical-coordinate representation of color #D4DD9D: hue angle of 68.44º 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 #D4DD9D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 157 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.13 |
| HSL | 68.44º | 0.48% | 0.74% | - |
| HSV(B) | 68.44º | 0.29% | 0.87% | - |
| XYZ | 59.09 | 68.14 | 41.94 | - |
| YUV | 211.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 157 | 0.04 | 0 | 0.29 | 0.13 | 68.44 | 0.48 | 0.74 |
| Hex | D4 | DD | 9D | 4 | 0 | 1D | D | 44 | 30 | 4A |
| Octal | 324 | 335 | 235 | 4 | 0 | 35 | 15 | 104 | 60 | 112 |
| Binary | 11010100 | 11011101 | 10011101 | 100 | 0 | 11101 | 1101 | 1000100 | 110000 | 1001010 |
Color Harmonies of #D4DD9D
Complementary color
Monochromatic Colors of #D4DD9D
Black with #D4DD9D
Text Example
Text Example
White with #D4DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD9D; }
p { color: rgb(212,221,157); }
H1.HeaderClassName
{
color: #D4DD9D;
}
.AnyTagClassName
{
color: #D4DD9D;
}
</style>
background-color css
<style>
a { background-color: #D4DD9D; }
a { background-color: rgb(212,221,157); }
div.DivClassName
{
background-color: #D4DD9D;
}
.BgClassName
{
background-color: #D4DD9D;
}
</style>
border-color css
<style>
span { border-color: #D4DD9D; }
span { border-color: rgb(212,221,157); }
td.TdClassName
{
border-color: #D4DD9D;
}
.TagClassName
{
border-color: #D4DD9D;
}
</style>