Shades of Orinoco #D5E0AF
Tints of Orinoco #D5E0AF
RGB
CMYK
RGB Variations
Color information
#D5E0AF (or 0xD5E0AF) is known color: Orinoco. HEX triplet: D5, E0 and AF. RGB value is (213,224,175). Sum of RGB (Red+Green+Blue) = 213+224+175=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E0AF is #2A1F50. Grayscale: #D7D7D7. Windows color (decimal): -2760529 or 11526357. OLE color: 11526357.
HSL color Cylindrical-coordinate representation of color #D5E0AF: hue angle of 73.47º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5E0AF is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 175 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.12 |
| HSL | 73.47º | 0.44% | 0.78% | - |
| HSV(B) | 73.47º | 0.22% | 0.88% | - |
| XYZ | 61.83 | 70.55 | 50.92 | - |
| YUV | 215.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 175 | 0.05 | 0 | 0.22 | 0.12 | 73.47 | 0.44 | 0.78 |
| Hex | D5 | E0 | AF | 5 | 0 | 16 | C | 49 | 2C | 4E |
| Octal | 325 | 340 | 257 | 5 | 0 | 26 | 14 | 111 | 54 | 116 |
| Binary | 11010101 | 11100000 | 10101111 | 101 | 0 | 10110 | 1100 | 1001001 | 101100 | 1001110 |
Color Harmonies of #D5E0AF
Complementary color
Monochromatic Colors of #D5E0AF
Black with #D5E0AF
Text Example
Text Example
White with #D5E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0AF; }
p { color: rgb(213,224,175); }
H1.HeaderClassName
{
color: #D5E0AF;
}
.AnyTagClassName
{
color: #D5E0AF;
}
</style>
background-color css
<style>
a { background-color: #D5E0AF; }
a { background-color: rgb(213,224,175); }
div.DivClassName
{
background-color: #D5E0AF;
}
.BgClassName
{
background-color: #D5E0AF;
}
</style>
border-color css
<style>
span { border-color: #D5E0AF; }
span { border-color: rgb(213,224,175); }
td.TdClassName
{
border-color: #D5E0AF;
}
.TagClassName
{
border-color: #D5E0AF;
}
</style>