Shades of Orinoco #D5DEAA
Tints of Orinoco #D5DEAA
RGB
CMYK
RGB Variations
Color information
#D5DEAA (or 0xD5DEAA) is known color: Orinoco. HEX triplet: D5, DE and AA. RGB value is (213,222,170). Sum of RGB (Red+Green+Blue) = 213+222+170=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DEAA is #2A2155. Grayscale: #D5D5D5. Windows color (decimal): -2761046 or 11198165. OLE color: 11198165.
HSL color Cylindrical-coordinate representation of color #D5DEAA: hue angle of 70.38º 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 #D5DEAA is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 222 | 170 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.13 |
| HSL | 70.38º | 0.44% | 0.77% | - |
| HSV(B) | 70.38º | 0.23% | 0.87% | - |
| XYZ | 60.82 | 69.29 | 48.2 | - |
| YUV | 213.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 222 | 170 | 0.04 | 0 | 0.23 | 0.13 | 70.38 | 0.44 | 0.77 |
| Hex | D5 | DE | AA | 4 | 0 | 17 | D | 46 | 2C | 4D |
| Octal | 325 | 336 | 252 | 4 | 0 | 27 | 15 | 106 | 54 | 115 |
| Binary | 11010101 | 11011110 | 10101010 | 100 | 0 | 10111 | 1101 | 1000110 | 101100 | 1001101 |
Color Harmonies of #D5DEAA
Complementary color
Monochromatic Colors of #D5DEAA
Black with #D5DEAA
Text Example
Text Example
White with #D5DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DEAA; }
p { color: rgb(213,222,170); }
H1.HeaderClassName
{
color: #D5DEAA;
}
.AnyTagClassName
{
color: #D5DEAA;
}
</style>
background-color css
<style>
a { background-color: #D5DEAA; }
a { background-color: rgb(213,222,170); }
div.DivClassName
{
background-color: #D5DEAA;
}
.BgClassName
{
background-color: #D5DEAA;
}
</style>
border-color css
<style>
span { border-color: #D5DEAA; }
span { border-color: rgb(213,222,170); }
td.TdClassName
{
border-color: #D5DEAA;
}
.TagClassName
{
border-color: #D5DEAA;
}
</style>