Shades of Orinoco #D9DAB7
Tints of Orinoco #D9DAB7
RGB
CMYK
RGB Variations
Color information
#D9DAB7 (or 0xD9DAB7) is known color: Orinoco. HEX triplet: D9, DA and B7. RGB value is (217,218,183). Sum of RGB (Red+Green+Blue) = 217+218+183=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DAB7 is #262548. Grayscale: #D5D5D5. Windows color (decimal): -2499913 or 12049113. OLE color: 12049113.
HSL color Cylindrical-coordinate representation of color #D9DAB7: hue angle of 61.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9DAB7 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 183 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.15 |
| HSL | 61.71º | 0.32% | 0.79% | - |
| HSV(B) | 61.71º | 0.16% | 0.85% | - |
| XYZ | 62.23 | 68.31 | 54.71 | - |
| YUV | 213.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 183 | 0.00 | 0 | 0.16 | 0.15 | 61.71 | 0.32 | 0.79 |
| Hex | D9 | DA | B7 | 0 | 0 | 10 | F | 3E | 20 | 4F |
| Octal | 331 | 332 | 267 | 0 | 0 | 20 | 17 | 76 | 40 | 117 |
| Binary | 11011001 | 11011010 | 10110111 | 0 | 0 | 10000 | 1111 | 111110 | 100000 | 1001111 |
Color Harmonies of #D9DAB7
Complementary color
Monochromatic Colors of #D9DAB7
Black with #D9DAB7
Text Example
Text Example
White with #D9DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DAB7; }
p { color: rgb(217,218,183); }
H1.HeaderClassName
{
color: #D9DAB7;
}
.AnyTagClassName
{
color: #D9DAB7;
}
</style>
background-color css
<style>
a { background-color: #D9DAB7; }
a { background-color: rgb(217,218,183); }
div.DivClassName
{
background-color: #D9DAB7;
}
.BgClassName
{
background-color: #D9DAB7;
}
</style>
border-color css
<style>
span { border-color: #D9DAB7; }
span { border-color: rgb(217,218,183); }
td.TdClassName
{
border-color: #D9DAB7;
}
.TagClassName
{
border-color: #D9DAB7;
}
</style>