Shades of Orinoco #D1DBA7
Tints of Orinoco #D1DBA7
RGB
CMYK
RGB Variations
Color information
#D1DBA7 (or 0xD1DBA7) is known color: Orinoco. HEX triplet: D1, DB and A7. RGB value is (209,219,167). Sum of RGB (Red+Green+Blue) = 209+219+167=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DBA7 is #2E2458. Grayscale: #D2D2D2. Windows color (decimal): -3023961 or 11000785. OLE color: 11000785.
HSL color Cylindrical-coordinate representation of color #D1DBA7: hue angle of 71.54º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1DBA7 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 167 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.14 |
| HSL | 71.54º | 0.42% | 0.76% | - |
| HSV(B) | 71.54º | 0.24% | 0.86% | - |
| XYZ | 58.6 | 67.01 | 46.4 | - |
| YUV | 210.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 167 | 0.05 | 0 | 0.24 | 0.14 | 71.54 | 0.42 | 0.76 |
| Hex | D1 | DB | A7 | 5 | 0 | 18 | E | 48 | 2A | 4C |
| Octal | 321 | 333 | 247 | 5 | 0 | 30 | 16 | 110 | 52 | 114 |
| Binary | 11010001 | 11011011 | 10100111 | 101 | 0 | 11000 | 1110 | 1001000 | 101010 | 1001100 |
Color Harmonies of #D1DBA7
Complementary color
Monochromatic Colors of #D1DBA7
Black with #D1DBA7
Text Example
Text Example
White with #D1DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBA7; }
p { color: rgb(209,219,167); }
H1.HeaderClassName
{
color: #D1DBA7;
}
.AnyTagClassName
{
color: #D1DBA7;
}
</style>
background-color css
<style>
a { background-color: #D1DBA7; }
a { background-color: rgb(209,219,167); }
div.DivClassName
{
background-color: #D1DBA7;
}
.BgClassName
{
background-color: #D1DBA7;
}
</style>
border-color css
<style>
span { border-color: #D1DBA7; }
span { border-color: rgb(209,219,167); }
td.TdClassName
{
border-color: #D1DBA7;
}
.TagClassName
{
border-color: #D1DBA7;
}
</style>