Shades of Orinoco #D1D7AE
Tints of Orinoco #D1D7AE
RGB
CMYK
RGB Variations
Color information
#D1D7AE (or 0xD1D7AE) is known color: Orinoco. HEX triplet: D1, D7 and AE. RGB value is (209,215,174). Sum of RGB (Red+Green+Blue) = 209+215+174=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D7AE is #2E2851. Grayscale: #D0D0D0. Windows color (decimal): -3024978 or 11458513. OLE color: 11458513.
HSL color Cylindrical-coordinate representation of color #D1D7AE: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1D7AE is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 174 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.16 |
| HSL | 68.78º | 0.34% | 0.76% | - |
| HSV(B) | 68.78º | 0.19% | 0.84% | - |
| XYZ | 58.23 | 65.21 | 49.56 | - |
| YUV | 208.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 174 | 0.03 | 0 | 0.19 | 0.16 | 68.78 | 0.34 | 0.76 |
| Hex | D1 | D7 | AE | 3 | 0 | 13 | 10 | 45 | 22 | 4C |
| Octal | 321 | 327 | 256 | 3 | 0 | 23 | 20 | 105 | 42 | 114 |
| Binary | 11010001 | 11010111 | 10101110 | 11 | 0 | 10011 | 10000 | 1000101 | 100010 | 1001100 |
Color Harmonies of #D1D7AE
Complementary color
Monochromatic Colors of #D1D7AE
Black with #D1D7AE
Text Example
Text Example
White with #D1D7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D7AE; }
p { color: rgb(209,215,174); }
H1.HeaderClassName
{
color: #D1D7AE;
}
.AnyTagClassName
{
color: #D1D7AE;
}
</style>
background-color css
<style>
a { background-color: #D1D7AE; }
a { background-color: rgb(209,215,174); }
div.DivClassName
{
background-color: #D1D7AE;
}
.BgClassName
{
background-color: #D1D7AE;
}
</style>
border-color css
<style>
span { border-color: #D1D7AE; }
span { border-color: rgb(209,215,174); }
td.TdClassName
{
border-color: #D1D7AE;
}
.TagClassName
{
border-color: #D1D7AE;
}
</style>