Shades of Orinoco #D7DCB9
Tints of Orinoco #D7DCB9
RGB
CMYK
RGB Variations
Color information
#D7DCB9 (or 0xD7DCB9) is known color: Orinoco. HEX triplet: D7, DC and B9. RGB value is (215,220,185). Sum of RGB (Red+Green+Blue) = 215+220+185=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCB9 is #282346. Grayscale: #D6D6D6. Windows color (decimal): -2630471 or 12180695. OLE color: 12180695.
HSL color Cylindrical-coordinate representation of color #D7DCB9: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7DCB9 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 220 | 185 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.14 |
| HSL | 68.57º | 0.33% | 0.79% | - |
| HSV(B) | 68.57º | 0.16% | 0.86% | - |
| XYZ | 62.37 | 69.14 | 55.96 | - |
| YUV | 214.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 220 | 185 | 0.02 | 0 | 0.16 | 0.14 | 68.57 | 0.33 | 0.79 |
| Hex | D7 | DC | B9 | 2 | 0 | 10 | E | 45 | 21 | 4F |
| Octal | 327 | 334 | 271 | 2 | 0 | 20 | 16 | 105 | 41 | 117 |
| Binary | 11010111 | 11011100 | 10111001 | 10 | 0 | 10000 | 1110 | 1000101 | 100001 | 1001111 |
Color Harmonies of #D7DCB9
Complementary color
Monochromatic Colors of #D7DCB9
Black with #D7DCB9
Text Example
Text Example
White with #D7DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DCB9; }
p { color: rgb(215,220,185); }
H1.HeaderClassName
{
color: #D7DCB9;
}
.AnyTagClassName
{
color: #D7DCB9;
}
</style>
background-color css
<style>
a { background-color: #D7DCB9; }
a { background-color: rgb(215,220,185); }
div.DivClassName
{
background-color: #D7DCB9;
}
.BgClassName
{
background-color: #D7DCB9;
}
</style>
border-color css
<style>
span { border-color: #D7DCB9; }
span { border-color: rgb(215,220,185); }
td.TdClassName
{
border-color: #D7DCB9;
}
.TagClassName
{
border-color: #D7DCB9;
}
</style>