Shades of Orinoco #D7D9B7
Tints of Orinoco #D7D9B7
RGB
CMYK
RGB Variations
Color information
#D7D9B7 (or 0xD7D9B7) is known color: Orinoco. HEX triplet: D7, D9 and B7. RGB value is (215,217,183). Sum of RGB (Red+Green+Blue) = 215+217+183=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9B7 is #282648. Grayscale: #D4D4D4. Windows color (decimal): -2631241 or 12048855. OLE color: 12048855.
HSL color Cylindrical-coordinate representation of color #D7D9B7: hue angle of 63.53º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7D9B7 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 217 | 183 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.15 |
| HSL | 63.53º | 0.31% | 0.78% | - |
| HSV(B) | 63.53º | 0.16% | 0.85% | - |
| XYZ | 61.38 | 67.49 | 54.59 | - |
| YUV | 212.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 183 | 0.01 | 0 | 0.16 | 0.15 | 63.53 | 0.31 | 0.78 |
| Hex | D7 | D9 | B7 | 1 | 0 | 10 | F | 40 | 1F | 4E |
| Octal | 327 | 331 | 267 | 1 | 0 | 20 | 17 | 100 | 37 | 116 |
| Binary | 11010111 | 11011001 | 10110111 | 1 | 0 | 10000 | 1111 | 1000000 | 11111 | 1001110 |
Color Harmonies of #D7D9B7
Complementary color
Monochromatic Colors of #D7D9B7
Black with #D7D9B7
Text Example
Text Example
White with #D7D9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9B7; }
p { color: rgb(215,217,183); }
H1.HeaderClassName
{
color: #D7D9B7;
}
.AnyTagClassName
{
color: #D7D9B7;
}
</style>
background-color css
<style>
a { background-color: #D7D9B7; }
a { background-color: rgb(215,217,183); }
div.DivClassName
{
background-color: #D7D9B7;
}
.BgClassName
{
background-color: #D7D9B7;
}
</style>
border-color css
<style>
span { border-color: #D7D9B7; }
span { border-color: rgb(215,217,183); }
td.TdClassName
{
border-color: #D7D9B7;
}
.TagClassName
{
border-color: #D7D9B7;
}
</style>