Shades of Orinoco #D5E0AD
Tints of Orinoco #D5E0AD
RGB
CMYK
RGB Variations
Color information
#D5E0AD (or 0xD5E0AD) is known color: Orinoco. HEX triplet: D5, E0 and AD. RGB value is (213,224,173). Sum of RGB (Red+Green+Blue) = 213+224+173=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E0AD is #2A1F52. Grayscale: #D7D7D7. Windows color (decimal): -2760531 or 11395285. OLE color: 11395285.
HSL color Cylindrical-coordinate representation of color #D5E0AD: hue angle of 72.94º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5E0AD is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 173 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.12 |
| HSL | 72.94º | 0.45% | 0.78% | - |
| HSV(B) | 72.94º | 0.23% | 0.88% | - |
| XYZ | 61.64 | 70.47 | 49.89 | - |
| YUV | 214.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 173 | 0.05 | 0 | 0.23 | 0.12 | 72.94 | 0.45 | 0.78 |
| Hex | D5 | E0 | AD | 5 | 0 | 17 | C | 49 | 2D | 4E |
| Octal | 325 | 340 | 255 | 5 | 0 | 27 | 14 | 111 | 55 | 116 |
| Binary | 11010101 | 11100000 | 10101101 | 101 | 0 | 10111 | 1100 | 1001001 | 101101 | 1001110 |
Color Harmonies of #D5E0AD
Complementary color
Monochromatic Colors of #D5E0AD
Black with #D5E0AD
Text Example
Text Example
White with #D5E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0AD; }
p { color: rgb(213,224,173); }
H1.HeaderClassName
{
color: #D5E0AD;
}
.AnyTagClassName
{
color: #D5E0AD;
}
</style>
background-color css
<style>
a { background-color: #D5E0AD; }
a { background-color: rgb(213,224,173); }
div.DivClassName
{
background-color: #D5E0AD;
}
.BgClassName
{
background-color: #D5E0AD;
}
</style>
border-color css
<style>
span { border-color: #D5E0AD; }
span { border-color: rgb(213,224,173); }
td.TdClassName
{
border-color: #D5E0AD;
}
.TagClassName
{
border-color: #D5E0AD;
}
</style>