Shades of Orinoco #D3DEA9
Tints of Orinoco #D3DEA9
RGB
CMYK
RGB Variations
Color information
#D3DEA9 (or 0xD3DEA9) is known color: Orinoco. HEX triplet: D3, DE and A9. RGB value is (211,222,169). Sum of RGB (Red+Green+Blue) = 211+222+169=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DEA9 is #2C2156. Grayscale: #D4D4D4. Windows color (decimal): -2892119 or 11132627. OLE color: 11132627.
HSL color Cylindrical-coordinate representation of color #D3DEA9: hue angle of 72.45º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3DEA9 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 169 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.13 |
| HSL | 72.45º | 0.45% | 0.77% | - |
| HSV(B) | 72.45º | 0.24% | 0.87% | - |
| XYZ | 60.15 | 68.96 | 47.68 | - |
| YUV | 212.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 169 | 0.05 | 0 | 0.24 | 0.13 | 72.45 | 0.45 | 0.77 |
| Hex | D3 | DE | A9 | 5 | 0 | 18 | D | 48 | 2D | 4D |
| Octal | 323 | 336 | 251 | 5 | 0 | 30 | 15 | 110 | 55 | 115 |
| Binary | 11010011 | 11011110 | 10101001 | 101 | 0 | 11000 | 1101 | 1001000 | 101101 | 1001101 |
Color Harmonies of #D3DEA9
Complementary color
Monochromatic Colors of #D3DEA9
Black with #D3DEA9
Text Example
Text Example
White with #D3DEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEA9; }
p { color: rgb(211,222,169); }
H1.HeaderClassName
{
color: #D3DEA9;
}
.AnyTagClassName
{
color: #D3DEA9;
}
</style>
background-color css
<style>
a { background-color: #D3DEA9; }
a { background-color: rgb(211,222,169); }
div.DivClassName
{
background-color: #D3DEA9;
}
.BgClassName
{
background-color: #D3DEA9;
}
</style>
border-color css
<style>
span { border-color: #D3DEA9; }
span { border-color: rgb(211,222,169); }
td.TdClassName
{
border-color: #D3DEA9;
}
.TagClassName
{
border-color: #D3DEA9;
}
</style>