Shades of Orinoco #D8DCBA
Tints of Orinoco #D8DCBA
RGB
CMYK
RGB Variations
Color information
#D8DCBA (or 0xD8DCBA) is known color: Orinoco. HEX triplet: D8, DC and BA. RGB value is (216,220,186). Sum of RGB (Red+Green+Blue) = 216+220+186=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCBA is #272345. Grayscale: #D7D7D7. Windows color (decimal): -2564934 or 12246232. OLE color: 12246232.
HSL color Cylindrical-coordinate representation of color #D8DCBA: hue angle of 67.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8DCBA is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 186 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.14 |
| HSL | 67.06º | 0.33% | 0.8% | - |
| HSV(B) | 67.06º | 0.15% | 0.86% | - |
| XYZ | 62.78 | 69.33 | 56.53 | - |
| YUV | 214.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 186 | 0.02 | 0 | 0.15 | 0.14 | 67.06 | 0.33 | 0.8 |
| Hex | D8 | DC | BA | 2 | 0 | F | E | 43 | 21 | 50 |
| Octal | 330 | 334 | 272 | 2 | 0 | 17 | 16 | 103 | 41 | 120 |
| Binary | 11011000 | 11011100 | 10111010 | 10 | 0 | 1111 | 1110 | 1000011 | 100001 | 1010000 |
Color Harmonies of #D8DCBA
Complementary color
Monochromatic Colors of #D8DCBA
Black with #D8DCBA
Text Example
Text Example
White with #D8DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCBA; }
p { color: rgb(216,220,186); }
H1.HeaderClassName
{
color: #D8DCBA;
}
.AnyTagClassName
{
color: #D8DCBA;
}
</style>
background-color css
<style>
a { background-color: #D8DCBA; }
a { background-color: rgb(216,220,186); }
div.DivClassName
{
background-color: #D8DCBA;
}
.BgClassName
{
background-color: #D8DCBA;
}
</style>
border-color css
<style>
span { border-color: #D8DCBA; }
span { border-color: rgb(216,220,186); }
td.TdClassName
{
border-color: #D8DCBA;
}
.TagClassName
{
border-color: #D8DCBA;
}
</style>