Shades of Orinoco #D8DCB1
Tints of Orinoco #D8DCB1
RGB
CMYK
RGB Variations
Color information
#D8DCB1 (or 0xD8DCB1) is known color: Orinoco. HEX triplet: D8, DC and B1. RGB value is (216,220,177). Sum of RGB (Red+Green+Blue) = 216+220+177=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCB1 is #27234E. Grayscale: #D6D6D6. Windows color (decimal): -2564943 or 11656408. OLE color: 11656408.
HSL color Cylindrical-coordinate representation of color #D8DCB1: hue angle of 65.58º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8DCB1 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 177 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.14 |
| HSL | 65.58º | 0.38% | 0.78% | - |
| HSV(B) | 65.58º | 0.2% | 0.86% | - |
| XYZ | 61.85 | 68.96 | 51.65 | - |
| YUV | 213.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 177 | 0.02 | 0 | 0.20 | 0.14 | 65.58 | 0.38 | 0.78 |
| Hex | D8 | DC | B1 | 2 | 0 | 14 | E | 42 | 26 | 4E |
| Octal | 330 | 334 | 261 | 2 | 0 | 24 | 16 | 102 | 46 | 116 |
| Binary | 11011000 | 11011100 | 10110001 | 10 | 0 | 10100 | 1110 | 1000010 | 100110 | 1001110 |
Color Harmonies of #D8DCB1
Complementary color
Monochromatic Colors of #D8DCB1
Black with #D8DCB1
Text Example
Text Example
White with #D8DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCB1; }
p { color: rgb(216,220,177); }
H1.HeaderClassName
{
color: #D8DCB1;
}
.AnyTagClassName
{
color: #D8DCB1;
}
</style>
background-color css
<style>
a { background-color: #D8DCB1; }
a { background-color: rgb(216,220,177); }
div.DivClassName
{
background-color: #D8DCB1;
}
.BgClassName
{
background-color: #D8DCB1;
}
</style>
border-color css
<style>
span { border-color: #D8DCB1; }
span { border-color: rgb(216,220,177); }
td.TdClassName
{
border-color: #D8DCB1;
}
.TagClassName
{
border-color: #D8DCB1;
}
</style>