Shades of Orinoco #D5DFA6
Tints of Orinoco #D5DFA6
RGB
CMYK
RGB Variations
Color information
#D5DFA6 (or 0xD5DFA6) is known color: Orinoco. HEX triplet: D5, DF and A6. RGB value is (213,223,166). Sum of RGB (Red+Green+Blue) = 213+223+166=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DFA6 is #2A2059. Grayscale: #D5D5D5. Windows color (decimal): -2760794 or 10936277. OLE color: 10936277.
HSL color Cylindrical-coordinate representation of color #D5DFA6: hue angle of 70.53º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5DFA6 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 166 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.13 |
| HSL | 70.53º | 0.47% | 0.76% | - |
| HSV(B) | 70.53º | 0.26% | 0.87% | - |
| XYZ | 60.71 | 69.67 | 46.33 | - |
| YUV | 213.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 166 | 0.04 | 0 | 0.26 | 0.13 | 70.53 | 0.47 | 0.76 |
| Hex | D5 | DF | A6 | 4 | 0 | 1A | D | 47 | 2F | 4C |
| Octal | 325 | 337 | 246 | 4 | 0 | 32 | 15 | 107 | 57 | 114 |
| Binary | 11010101 | 11011111 | 10100110 | 100 | 0 | 11010 | 1101 | 1000111 | 101111 | 1001100 |
Color Harmonies of #D5DFA6
Complementary color
Monochromatic Colors of #D5DFA6
Black with #D5DFA6
Text Example
Text Example
White with #D5DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFA6; }
p { color: rgb(213,223,166); }
H1.HeaderClassName
{
color: #D5DFA6;
}
.AnyTagClassName
{
color: #D5DFA6;
}
</style>
background-color css
<style>
a { background-color: #D5DFA6; }
a { background-color: rgb(213,223,166); }
div.DivClassName
{
background-color: #D5DFA6;
}
.BgClassName
{
background-color: #D5DFA6;
}
</style>
border-color css
<style>
span { border-color: #D5DFA6; }
span { border-color: rgb(213,223,166); }
td.TdClassName
{
border-color: #D5DFA6;
}
.TagClassName
{
border-color: #D5DFA6;
}
</style>