Shades of Orinoco #D3DD9F
Tints of Orinoco #D3DD9F
RGB
CMYK
RGB Variations
Color information
#D3DD9F (or 0xD3DD9F) is known color: Orinoco. HEX triplet: D3, DD and 9F. RGB value is (211,221,159). Sum of RGB (Red+Green+Blue) = 211+221+159=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DD9F is #2C2260. Grayscale: #D3D3D3. Windows color (decimal): -2892385 or 10477011. OLE color: 10477011.
HSL color Cylindrical-coordinate representation of color #D3DD9F: hue angle of 69.68º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3DD9F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 159 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.13 |
| HSL | 69.68º | 0.48% | 0.75% | - |
| HSV(B) | 69.68º | 0.28% | 0.87% | - |
| XYZ | 58.98 | 68.06 | 42.83 | - |
| YUV | 210.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 159 | 0.05 | 0 | 0.28 | 0.13 | 69.68 | 0.48 | 0.75 |
| Hex | D3 | DD | 9F | 5 | 0 | 1C | D | 46 | 30 | 4B |
| Octal | 323 | 335 | 237 | 5 | 0 | 34 | 15 | 106 | 60 | 113 |
| Binary | 11010011 | 11011101 | 10011111 | 101 | 0 | 11100 | 1101 | 1000110 | 110000 | 1001011 |
Color Harmonies of #D3DD9F
Complementary color
Monochromatic Colors of #D3DD9F
Black with #D3DD9F
Text Example
Text Example
White with #D3DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DD9F; }
p { color: rgb(211,221,159); }
H1.HeaderClassName
{
color: #D3DD9F;
}
.AnyTagClassName
{
color: #D3DD9F;
}
</style>
background-color css
<style>
a { background-color: #D3DD9F; }
a { background-color: rgb(211,221,159); }
div.DivClassName
{
background-color: #D3DD9F;
}
.BgClassName
{
background-color: #D3DD9F;
}
</style>
border-color css
<style>
span { border-color: #D3DD9F; }
span { border-color: rgb(211,221,159); }
td.TdClassName
{
border-color: #D3DD9F;
}
.TagClassName
{
border-color: #D3DD9F;
}
</style>