Shades of Orinoco #D7D8A9
Tints of Orinoco #D7D8A9
RGB
CMYK
RGB Variations
Color information
#D7D8A9 (or 0xD7D8A9) is known color: Orinoco. HEX triplet: D7, D8 and A9. RGB value is (215,216,169). Sum of RGB (Red+Green+Blue) = 215+216+169=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D8A9 is #282756. Grayscale: #D2D2D2. Windows color (decimal): -2631511 or 11131095. OLE color: 11131095.
HSL color Cylindrical-coordinate representation of color #D7D8A9: hue angle of 61.28º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7D8A9 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 169 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.15 |
| HSL | 61.28º | 0.38% | 0.75% | - |
| HSV(B) | 61.28º | 0.22% | 0.85% | - |
| XYZ | 59.74 | 66.42 | 47.21 | - |
| YUV | 210.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 169 | 0.00 | 0 | 0.22 | 0.15 | 61.28 | 0.38 | 0.75 |
| Hex | D7 | D8 | A9 | 0 | 0 | 16 | F | 3D | 26 | 4B |
| Octal | 327 | 330 | 251 | 0 | 0 | 26 | 17 | 75 | 46 | 113 |
| Binary | 11010111 | 11011000 | 10101001 | 0 | 0 | 10110 | 1111 | 111101 | 100110 | 1001011 |
Color Harmonies of #D7D8A9
Complementary color
Monochromatic Colors of #D7D8A9
Black with #D7D8A9
Text Example
Text Example
White with #D7D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D8A9; }
p { color: rgb(215,216,169); }
H1.HeaderClassName
{
color: #D7D8A9;
}
.AnyTagClassName
{
color: #D7D8A9;
}
</style>
background-color css
<style>
a { background-color: #D7D8A9; }
a { background-color: rgb(215,216,169); }
div.DivClassName
{
background-color: #D7D8A9;
}
.BgClassName
{
background-color: #D7D8A9;
}
</style>
border-color css
<style>
span { border-color: #D7D8A9; }
span { border-color: rgb(215,216,169); }
td.TdClassName
{
border-color: #D7D8A9;
}
.TagClassName
{
border-color: #D7D8A9;
}
</style>