Shades of Orinoco #D1DBA2
Tints of Orinoco #D1DBA2
RGB
CMYK
RGB Variations
Color information
#D1DBA2 (or 0xD1DBA2) is known color: Orinoco. HEX triplet: D1, DB and A2. RGB value is (209,219,162). Sum of RGB (Red+Green+Blue) = 209+219+162=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DBA2 is #2E245D. Grayscale: #D1D1D1. Windows color (decimal): -3023966 or 10673105. OLE color: 10673105.
HSL color Cylindrical-coordinate representation of color #D1DBA2: hue angle of 70.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1DBA2 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 162 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.14 |
| HSL | 70.53º | 0.44% | 0.75% | - |
| HSV(B) | 70.53º | 0.26% | 0.86% | - |
| XYZ | 58.15 | 66.83 | 44.02 | - |
| YUV | 209.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 162 | 0.05 | 0 | 0.26 | 0.14 | 70.53 | 0.44 | 0.75 |
| Hex | D1 | DB | A2 | 5 | 0 | 1A | E | 47 | 2C | 4B |
| Octal | 321 | 333 | 242 | 5 | 0 | 32 | 16 | 107 | 54 | 113 |
| Binary | 11010001 | 11011011 | 10100010 | 101 | 0 | 11010 | 1110 | 1000111 | 101100 | 1001011 |
Color Harmonies of #D1DBA2
Complementary color
Monochromatic Colors of #D1DBA2
Black with #D1DBA2
Text Example
Text Example
White with #D1DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBA2; }
p { color: rgb(209,219,162); }
H1.HeaderClassName
{
color: #D1DBA2;
}
.AnyTagClassName
{
color: #D1DBA2;
}
</style>
background-color css
<style>
a { background-color: #D1DBA2; }
a { background-color: rgb(209,219,162); }
div.DivClassName
{
background-color: #D1DBA2;
}
.BgClassName
{
background-color: #D1DBA2;
}
</style>
border-color css
<style>
span { border-color: #D1DBA2; }
span { border-color: rgb(209,219,162); }
td.TdClassName
{
border-color: #D1DBA2;
}
.TagClassName
{
border-color: #D1DBA2;
}
</style>