Shades of Orinoco #D8D9AF
Tints of Orinoco #D8D9AF
RGB
CMYK
RGB Variations
Color information
#D8D9AF (or 0xD8D9AF) is known color: Orinoco. HEX triplet: D8, D9 and AF. RGB value is (216,217,175). Sum of RGB (Red+Green+Blue) = 216+217+175=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D9AF is #272650. Grayscale: #D4D4D4. Windows color (decimal): -2565713 or 11524568. OLE color: 11524568.
HSL color Cylindrical-coordinate representation of color #D8D9AF: hue angle of 61.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8D9AF is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 175 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.15 |
| HSL | 61.43º | 0.36% | 0.77% | - |
| HSV(B) | 61.43º | 0.19% | 0.85% | - |
| XYZ | 60.87 | 67.32 | 50.34 | - |
| YUV | 211.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 175 | 0.00 | 0 | 0.19 | 0.15 | 61.43 | 0.36 | 0.77 |
| Hex | D8 | D9 | AF | 0 | 0 | 13 | F | 3D | 24 | 4D |
| Octal | 330 | 331 | 257 | 0 | 0 | 23 | 17 | 75 | 44 | 115 |
| Binary | 11011000 | 11011001 | 10101111 | 0 | 0 | 10011 | 1111 | 111101 | 100100 | 1001101 |
Color Harmonies of #D8D9AF
Complementary color
Monochromatic Colors of #D8D9AF
Black with #D8D9AF
Text Example
Text Example
White with #D8D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9AF; }
p { color: rgb(216,217,175); }
H1.HeaderClassName
{
color: #D8D9AF;
}
.AnyTagClassName
{
color: #D8D9AF;
}
</style>
background-color css
<style>
a { background-color: #D8D9AF; }
a { background-color: rgb(216,217,175); }
div.DivClassName
{
background-color: #D8D9AF;
}
.BgClassName
{
background-color: #D8D9AF;
}
</style>
border-color css
<style>
span { border-color: #D8D9AF; }
span { border-color: rgb(216,217,175); }
td.TdClassName
{
border-color: #D8D9AF;
}
.TagClassName
{
border-color: #D8D9AF;
}
</style>