Shades of Orinoco #D1D3AE
Tints of Orinoco #D1D3AE
RGB
CMYK
RGB Variations
Color information
#D1D3AE (or 0xD1D3AE) is known color: Orinoco. HEX triplet: D1, D3 and AE. RGB value is (209,211,174). Sum of RGB (Red+Green+Blue) = 209+211+174=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D3AE is #2E2C51. Grayscale: #CECECE. Windows color (decimal): -3026002 or 11457489. OLE color: 11457489.
HSL color Cylindrical-coordinate representation of color #D1D3AE: hue angle of 63.24º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1D3AE is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 174 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.17 |
| HSL | 63.24º | 0.3% | 0.75% | - |
| HSV(B) | 63.24º | 0.18% | 0.83% | - |
| XYZ | 57.23 | 63.2 | 49.23 | - |
| YUV | 206.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 174 | 0.01 | 0 | 0.18 | 0.17 | 63.24 | 0.3 | 0.75 |
| Hex | D1 | D3 | AE | 1 | 0 | 12 | 11 | 3F | 1E | 4B |
| Octal | 321 | 323 | 256 | 1 | 0 | 22 | 21 | 77 | 36 | 113 |
| Binary | 11010001 | 11010011 | 10101110 | 1 | 0 | 10010 | 10001 | 111111 | 11110 | 1001011 |
Color Harmonies of #D1D3AE
Complementary color
Monochromatic Colors of #D1D3AE
Black with #D1D3AE
Text Example
Text Example
White with #D1D3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D3AE; }
p { color: rgb(209,211,174); }
H1.HeaderClassName
{
color: #D1D3AE;
}
.AnyTagClassName
{
color: #D1D3AE;
}
</style>
background-color css
<style>
a { background-color: #D1D3AE; }
a { background-color: rgb(209,211,174); }
div.DivClassName
{
background-color: #D1D3AE;
}
.BgClassName
{
background-color: #D1D3AE;
}
</style>
border-color css
<style>
span { border-color: #D1D3AE; }
span { border-color: rgb(209,211,174); }
td.TdClassName
{
border-color: #D1D3AE;
}
.TagClassName
{
border-color: #D1D3AE;
}
</style>