Shades of Orinoco #D1D9A3
Tints of Orinoco #D1D9A3
RGB
CMYK
RGB Variations
Color information
#D1D9A3 (or 0xD1D9A3) is known color: Orinoco. HEX triplet: D1, D9 and A3. RGB value is (209,217,163). Sum of RGB (Red+Green+Blue) = 209+217+163=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D9A3 is #2E265C. Grayscale: #D0D0D0. Windows color (decimal): -3024477 or 10738129. OLE color: 10738129.
HSL color Cylindrical-coordinate representation of color #D1D9A3: hue angle of 68.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1D9A3 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 163 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.15 |
| HSL | 68.89º | 0.42% | 0.75% | - |
| HSV(B) | 68.89º | 0.25% | 0.85% | - |
| XYZ | 57.72 | 65.83 | 44.31 | - |
| YUV | 208.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 163 | 0.04 | 0 | 0.25 | 0.15 | 68.89 | 0.42 | 0.75 |
| Hex | D1 | D9 | A3 | 4 | 0 | 19 | F | 45 | 2A | 4B |
| Octal | 321 | 331 | 243 | 4 | 0 | 31 | 17 | 105 | 52 | 113 |
| Binary | 11010001 | 11011001 | 10100011 | 100 | 0 | 11001 | 1111 | 1000101 | 101010 | 1001011 |
Color Harmonies of #D1D9A3
Complementary color
Monochromatic Colors of #D1D9A3
Black with #D1D9A3
Text Example
Text Example
White with #D1D9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9A3; }
p { color: rgb(209,217,163); }
H1.HeaderClassName
{
color: #D1D9A3;
}
.AnyTagClassName
{
color: #D1D9A3;
}
</style>
background-color css
<style>
a { background-color: #D1D9A3; }
a { background-color: rgb(209,217,163); }
div.DivClassName
{
background-color: #D1D9A3;
}
.BgClassName
{
background-color: #D1D9A3;
}
</style>
border-color css
<style>
span { border-color: #D1D9A3; }
span { border-color: rgb(209,217,163); }
td.TdClassName
{
border-color: #D1D9A3;
}
.TagClassName
{
border-color: #D1D9A3;
}
</style>