Shades of Orinoco #D5DFA8
Tints of Orinoco #D5DFA8
RGB
CMYK
RGB Variations
Color information
#D5DFA8 (or 0xD5DFA8) is known color: Orinoco. HEX triplet: D5, DF and A8. RGB value is (213,223,168). Sum of RGB (Red+Green+Blue) = 213+223+168=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DFA8 is #2A2057. Grayscale: #D5D5D5. Windows color (decimal): -2760792 or 11067349. OLE color: 11067349.
HSL color Cylindrical-coordinate representation of color #D5DFA8: hue angle of 70.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5DFA8 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 168 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.13 |
| HSL | 70.91º | 0.46% | 0.77% | - |
| HSV(B) | 70.91º | 0.25% | 0.87% | - |
| XYZ | 60.9 | 69.75 | 47.3 | - |
| YUV | 213.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 168 | 0.04 | 0 | 0.25 | 0.13 | 70.91 | 0.46 | 0.77 |
| Hex | D5 | DF | A8 | 4 | 0 | 19 | D | 47 | 2E | 4D |
| Octal | 325 | 337 | 250 | 4 | 0 | 31 | 15 | 107 | 56 | 115 |
| Binary | 11010101 | 11011111 | 10101000 | 100 | 0 | 11001 | 1101 | 1000111 | 101110 | 1001101 |
Color Harmonies of #D5DFA8
Complementary color
Monochromatic Colors of #D5DFA8
Black with #D5DFA8
Text Example
Text Example
White with #D5DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFA8; }
p { color: rgb(213,223,168); }
H1.HeaderClassName
{
color: #D5DFA8;
}
.AnyTagClassName
{
color: #D5DFA8;
}
</style>
background-color css
<style>
a { background-color: #D5DFA8; }
a { background-color: rgb(213,223,168); }
div.DivClassName
{
background-color: #D5DFA8;
}
.BgClassName
{
background-color: #D5DFA8;
}
</style>
border-color css
<style>
span { border-color: #D5DFA8; }
span { border-color: rgb(213,223,168); }
td.TdClassName
{
border-color: #D5DFA8;
}
.TagClassName
{
border-color: #D5DFA8;
}
</style>