Shades of Orinoco #D8DDA8
Tints of Orinoco #D8DDA8
RGB
CMYK
RGB Variations
Color information
#D8DDA8 (or 0xD8DDA8) is known color: Orinoco. HEX triplet: D8, DD and A8. RGB value is (216,221,168). Sum of RGB (Red+Green+Blue) = 216+221+168=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDA8 is #272257. Grayscale: #D5D5D5. Windows color (decimal): -2564696 or 11066840. OLE color: 11066840.
HSL color Cylindrical-coordinate representation of color #D8DDA8: hue angle of 65.66º 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 #D8DDA8 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 168 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.13 |
| HSL | 65.66º | 0.44% | 0.76% | - |
| HSV(B) | 65.66º | 0.24% | 0.87% | - |
| XYZ | 61.24 | 69.14 | 47.16 | - |
| YUV | 213.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 168 | 0.02 | 0 | 0.24 | 0.13 | 65.66 | 0.44 | 0.76 |
| Hex | D8 | DD | A8 | 2 | 0 | 18 | D | 42 | 2C | 4C |
| Octal | 330 | 335 | 250 | 2 | 0 | 30 | 15 | 102 | 54 | 114 |
| Binary | 11011000 | 11011101 | 10101000 | 10 | 0 | 11000 | 1101 | 1000010 | 101100 | 1001100 |
Color Harmonies of #D8DDA8
Complementary color
Monochromatic Colors of #D8DDA8
Black with #D8DDA8
Text Example
Text Example
White with #D8DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDA8; }
p { color: rgb(216,221,168); }
H1.HeaderClassName
{
color: #D8DDA8;
}
.AnyTagClassName
{
color: #D8DDA8;
}
</style>
background-color css
<style>
a { background-color: #D8DDA8; }
a { background-color: rgb(216,221,168); }
div.DivClassName
{
background-color: #D8DDA8;
}
.BgClassName
{
background-color: #D8DDA8;
}
</style>
border-color css
<style>
span { border-color: #D8DDA8; }
span { border-color: rgb(216,221,168); }
td.TdClassName
{
border-color: #D8DDA8;
}
.TagClassName
{
border-color: #D8DDA8;
}
</style>