Shades of Orinoco #D7D9BA
Tints of Orinoco #D7D9BA
RGB
CMYK
RGB Variations
Color information
#D7D9BA (or 0xD7D9BA) is known color: Orinoco. HEX triplet: D7, D9 and BA. RGB value is (215,217,186). Sum of RGB (Red+Green+Blue) = 215+217+186=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9BA is #282645. Grayscale: #D4D4D4. Windows color (decimal): -2631238 or 12245463. OLE color: 12245463.
HSL color Cylindrical-coordinate representation of color #D7D9BA: hue angle of 63.87º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D9BA is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 217 | 186 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.15 |
| HSL | 63.87º | 0.29% | 0.79% | - |
| HSV(B) | 63.87º | 0.14% | 0.85% | - |
| XYZ | 61.7 | 67.62 | 56.25 | - |
| YUV | 212.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 186 | 0.01 | 0 | 0.14 | 0.15 | 63.87 | 0.29 | 0.79 |
| Hex | D7 | D9 | BA | 1 | 0 | E | F | 40 | 1D | 4F |
| Octal | 327 | 331 | 272 | 1 | 0 | 16 | 17 | 100 | 35 | 117 |
| Binary | 11010111 | 11011001 | 10111010 | 1 | 0 | 1110 | 1111 | 1000000 | 11101 | 1001111 |
Color Harmonies of #D7D9BA
Complementary color
Monochromatic Colors of #D7D9BA
Black with #D7D9BA
Text Example
Text Example
White with #D7D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9BA; }
p { color: rgb(215,217,186); }
H1.HeaderClassName
{
color: #D7D9BA;
}
.AnyTagClassName
{
color: #D7D9BA;
}
</style>
background-color css
<style>
a { background-color: #D7D9BA; }
a { background-color: rgb(215,217,186); }
div.DivClassName
{
background-color: #D7D9BA;
}
.BgClassName
{
background-color: #D7D9BA;
}
</style>
border-color css
<style>
span { border-color: #D7D9BA; }
span { border-color: rgb(215,217,186); }
td.TdClassName
{
border-color: #D7D9BA;
}
.TagClassName
{
border-color: #D7D9BA;
}
</style>