Shades of Orinoco #D1DDA8
Tints of Orinoco #D1DDA8
RGB
CMYK
RGB Variations
Color information
#D1DDA8 (or 0xD1DDA8) is known color: Orinoco. HEX triplet: D1, DD and A8. RGB value is (209,221,168). Sum of RGB (Red+Green+Blue) = 209+221+168=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDA8 is #2E2257. Grayscale: #D3D3D3. Windows color (decimal): -3023448 or 11066833. OLE color: 11066833.
HSL color Cylindrical-coordinate representation of color #D1DDA8: hue angle of 73.58º degrees, saturation: 0.44, 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 #D1DDA8 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 168 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.13 |
| HSL | 73.58º | 0.44% | 0.76% | - |
| HSV(B) | 73.58º | 0.24% | 0.87% | - |
| XYZ | 59.22 | 68.1 | 47.07 | - |
| YUV | 211.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 168 | 0.05 | 0 | 0.24 | 0.13 | 73.58 | 0.44 | 0.76 |
| Hex | D1 | DD | A8 | 5 | 0 | 18 | D | 4A | 2C | 4C |
| Octal | 321 | 335 | 250 | 5 | 0 | 30 | 15 | 112 | 54 | 114 |
| Binary | 11010001 | 11011101 | 10101000 | 101 | 0 | 11000 | 1101 | 1001010 | 101100 | 1001100 |
Color Harmonies of #D1DDA8
Complementary color
Monochromatic Colors of #D1DDA8
Black with #D1DDA8
Text Example
Text Example
White with #D1DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDA8; }
p { color: rgb(209,221,168); }
H1.HeaderClassName
{
color: #D1DDA8;
}
.AnyTagClassName
{
color: #D1DDA8;
}
</style>
background-color css
<style>
a { background-color: #D1DDA8; }
a { background-color: rgb(209,221,168); }
div.DivClassName
{
background-color: #D1DDA8;
}
.BgClassName
{
background-color: #D1DDA8;
}
</style>
border-color css
<style>
span { border-color: #D1DDA8; }
span { border-color: rgb(209,221,168); }
td.TdClassName
{
border-color: #D1DDA8;
}
.TagClassName
{
border-color: #D1DDA8;
}
</style>