Shades of Orinoco #D6DEAA
Tints of Orinoco #D6DEAA
RGB
CMYK
RGB Variations
Color information
#D6DEAA (or 0xD6DEAA) is known color: Orinoco. HEX triplet: D6, DE and AA. RGB value is (214,222,170). Sum of RGB (Red+Green+Blue) = 214+222+170=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEAA is #292155. Grayscale: #D5D5D5. Windows color (decimal): -2695510 or 11198166. OLE color: 11198166.
HSL color Cylindrical-coordinate representation of color #D6DEAA: hue angle of 69.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6DEAA is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 222 | 170 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.13 |
| HSL | 69.23º | 0.44% | 0.77% | - |
| HSV(B) | 69.23º | 0.23% | 0.87% | - |
| XYZ | 61.11 | 69.44 | 48.21 | - |
| YUV | 213.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 222 | 170 | 0.04 | 0 | 0.23 | 0.13 | 69.23 | 0.44 | 0.77 |
| Hex | D6 | DE | AA | 4 | 0 | 17 | D | 45 | 2C | 4D |
| Octal | 326 | 336 | 252 | 4 | 0 | 27 | 15 | 105 | 54 | 115 |
| Binary | 11010110 | 11011110 | 10101010 | 100 | 0 | 10111 | 1101 | 1000101 | 101100 | 1001101 |
Color Harmonies of #D6DEAA
Complementary color
Monochromatic Colors of #D6DEAA
Black with #D6DEAA
Text Example
Text Example
White with #D6DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DEAA; }
p { color: rgb(214,222,170); }
H1.HeaderClassName
{
color: #D6DEAA;
}
.AnyTagClassName
{
color: #D6DEAA;
}
</style>
background-color css
<style>
a { background-color: #D6DEAA; }
a { background-color: rgb(214,222,170); }
div.DivClassName
{
background-color: #D6DEAA;
}
.BgClassName
{
background-color: #D6DEAA;
}
</style>
border-color css
<style>
span { border-color: #D6DEAA; }
span { border-color: rgb(214,222,170); }
td.TdClassName
{
border-color: #D6DEAA;
}
.TagClassName
{
border-color: #D6DEAA;
}
</style>