Shades of Orinoco #D5E0B5
Tints of Orinoco #D5E0B5
RGB
CMYK
RGB Variations
Color information
#D5E0B5 (or 0xD5E0B5) is known color: Orinoco. HEX triplet: D5, E0 and B5. RGB value is (213,224,181). Sum of RGB (Red+Green+Blue) = 213+224+181=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0B5 is #2A1F4A. Grayscale: #D7D7D7. Windows color (decimal): -2760523 or 11919573. OLE color: 11919573.
HSL color Cylindrical-coordinate representation of color #D5E0B5: hue angle of 75.35º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5E0B5 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 181 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.12 |
| HSL | 75.35º | 0.41% | 0.79% | - |
| HSV(B) | 75.35º | 0.19% | 0.88% | - |
| XYZ | 62.44 | 70.79 | 54.09 | - |
| YUV | 215.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 181 | 0.05 | 0 | 0.19 | 0.12 | 75.35 | 0.41 | 0.79 |
| Hex | D5 | E0 | B5 | 5 | 0 | 13 | C | 4B | 29 | 4F |
| Octal | 325 | 340 | 265 | 5 | 0 | 23 | 14 | 113 | 51 | 117 |
| Binary | 11010101 | 11100000 | 10110101 | 101 | 0 | 10011 | 1100 | 1001011 | 101001 | 1001111 |
Color Harmonies of #D5E0B5
Complementary color
Monochromatic Colors of #D5E0B5
Black with #D5E0B5
Text Example
Text Example
White with #D5E0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0B5; }
p { color: rgb(213,224,181); }
H1.HeaderClassName
{
color: #D5E0B5;
}
.AnyTagClassName
{
color: #D5E0B5;
}
</style>
background-color css
<style>
a { background-color: #D5E0B5; }
a { background-color: rgb(213,224,181); }
div.DivClassName
{
background-color: #D5E0B5;
}
.BgClassName
{
background-color: #D5E0B5;
}
</style>
border-color css
<style>
span { border-color: #D5E0B5; }
span { border-color: rgb(213,224,181); }
td.TdClassName
{
border-color: #D5E0B5;
}
.TagClassName
{
border-color: #D5E0B5;
}
</style>