Shades of Orinoco #D8DBB6
Tints of Orinoco #D8DBB6
RGB
CMYK
RGB Variations
Color information
#D8DBB6 (or 0xD8DBB6) is known color: Orinoco. HEX triplet: D8, DB and B6. RGB value is (216,219,182). Sum of RGB (Red+Green+Blue) = 216+219+182=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBB6 is #272449. Grayscale: #D6D6D6. Windows color (decimal): -2565194 or 11983832. OLE color: 11983832.
HSL color Cylindrical-coordinate representation of color #D8DBB6: hue angle of 64.86º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8DBB6 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 182 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.14 |
| HSL | 64.86º | 0.34% | 0.79% | - |
| HSV(B) | 64.86º | 0.17% | 0.86% | - |
| XYZ | 62.09 | 68.64 | 54.23 | - |
| YUV | 213.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 182 | 0.01 | 0 | 0.17 | 0.14 | 64.86 | 0.34 | 0.79 |
| Hex | D8 | DB | B6 | 1 | 0 | 11 | E | 41 | 22 | 4F |
| Octal | 330 | 333 | 266 | 1 | 0 | 21 | 16 | 101 | 42 | 117 |
| Binary | 11011000 | 11011011 | 10110110 | 1 | 0 | 10001 | 1110 | 1000001 | 100010 | 1001111 |
Color Harmonies of #D8DBB6
Complementary color
Monochromatic Colors of #D8DBB6
Black with #D8DBB6
Text Example
Text Example
White with #D8DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBB6; }
p { color: rgb(216,219,182); }
H1.HeaderClassName
{
color: #D8DBB6;
}
.AnyTagClassName
{
color: #D8DBB6;
}
</style>
background-color css
<style>
a { background-color: #D8DBB6; }
a { background-color: rgb(216,219,182); }
div.DivClassName
{
background-color: #D8DBB6;
}
.BgClassName
{
background-color: #D8DBB6;
}
</style>
border-color css
<style>
span { border-color: #D8DBB6; }
span { border-color: rgb(216,219,182); }
td.TdClassName
{
border-color: #D8DBB6;
}
.TagClassName
{
border-color: #D8DBB6;
}
</style>