Shades of Orinoco #D1DCA6
Tints of Orinoco #D1DCA6
RGB
CMYK
RGB Variations
Color information
#D1DCA6 (or 0xD1DCA6) is known color: Orinoco. HEX triplet: D1, DC and A6. RGB value is (209,220,166). Sum of RGB (Red+Green+Blue) = 209+220+166=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCA6 is #2E2359. Grayscale: #D2D2D2. Windows color (decimal): -3023706 or 10935505. OLE color: 10935505.
HSL color Cylindrical-coordinate representation of color #D1DCA6: hue angle of 72.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1DCA6 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 166 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.14 |
| HSL | 72.22º | 0.44% | 0.76% | - |
| HSV(B) | 72.22º | 0.25% | 0.86% | - |
| XYZ | 58.77 | 67.49 | 46.01 | - |
| YUV | 210.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 166 | 0.05 | 0 | 0.25 | 0.14 | 72.22 | 0.44 | 0.76 |
| Hex | D1 | DC | A6 | 5 | 0 | 19 | E | 48 | 2C | 4C |
| Octal | 321 | 334 | 246 | 5 | 0 | 31 | 16 | 110 | 54 | 114 |
| Binary | 11010001 | 11011100 | 10100110 | 101 | 0 | 11001 | 1110 | 1001000 | 101100 | 1001100 |
Color Harmonies of #D1DCA6
Complementary color
Monochromatic Colors of #D1DCA6
Black with #D1DCA6
Text Example
Text Example
White with #D1DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCA6; }
p { color: rgb(209,220,166); }
H1.HeaderClassName
{
color: #D1DCA6;
}
.AnyTagClassName
{
color: #D1DCA6;
}
</style>
background-color css
<style>
a { background-color: #D1DCA6; }
a { background-color: rgb(209,220,166); }
div.DivClassName
{
background-color: #D1DCA6;
}
.BgClassName
{
background-color: #D1DCA6;
}
</style>
border-color css
<style>
span { border-color: #D1DCA6; }
span { border-color: rgb(209,220,166); }
td.TdClassName
{
border-color: #D1DCA6;
}
.TagClassName
{
border-color: #D1DCA6;
}
</style>