Shades of Orinoco #D1DDA9
Tints of Orinoco #D1DDA9
RGB
CMYK
RGB Variations
Color information
#D1DDA9 (or 0xD1DDA9) is known color: Orinoco. HEX triplet: D1, DD and A9. RGB value is (209,221,169). Sum of RGB (Red+Green+Blue) = 209+221+169=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDA9 is #2E2256. Grayscale: #D3D3D3. Windows color (decimal): -3023447 or 11132369. OLE color: 11132369.
HSL color Cylindrical-coordinate representation of color #D1DDA9: hue angle of 73.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1DDA9 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 169 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.13 |
| HSL | 73.85º | 0.43% | 0.76% | - |
| HSV(B) | 73.85º | 0.24% | 0.87% | - |
| XYZ | 59.31 | 68.13 | 47.56 | - |
| YUV | 211.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 169 | 0.05 | 0 | 0.24 | 0.13 | 73.85 | 0.43 | 0.76 |
| Hex | D1 | DD | A9 | 5 | 0 | 18 | D | 4A | 2B | 4C |
| Octal | 321 | 335 | 251 | 5 | 0 | 30 | 15 | 112 | 53 | 114 |
| Binary | 11010001 | 11011101 | 10101001 | 101 | 0 | 11000 | 1101 | 1001010 | 101011 | 1001100 |
Color Harmonies of #D1DDA9
Complementary color
Monochromatic Colors of #D1DDA9
Black with #D1DDA9
Text Example
Text Example
White with #D1DDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDA9; }
p { color: rgb(209,221,169); }
H1.HeaderClassName
{
color: #D1DDA9;
}
.AnyTagClassName
{
color: #D1DDA9;
}
</style>
background-color css
<style>
a { background-color: #D1DDA9; }
a { background-color: rgb(209,221,169); }
div.DivClassName
{
background-color: #D1DDA9;
}
.BgClassName
{
background-color: #D1DDA9;
}
</style>
border-color css
<style>
span { border-color: #D1DDA9; }
span { border-color: rgb(209,221,169); }
td.TdClassName
{
border-color: #D1DDA9;
}
.TagClassName
{
border-color: #D1DDA9;
}
</style>