Shades of Orinoco #D1D7AA
Tints of Orinoco #D1D7AA
RGB
CMYK
RGB Variations
Color information
#D1D7AA (or 0xD1D7AA) is known color: Orinoco. HEX triplet: D1, D7 and AA. RGB value is (209,215,170). Sum of RGB (Red+Green+Blue) = 209+215+170=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D7AA is #2E2855. Grayscale: #D0D0D0. Windows color (decimal): -3024982 or 11196369. OLE color: 11196369.
HSL color Cylindrical-coordinate representation of color #D1D7AA: hue angle of 68º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1D7AA is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 170 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.16 |
| HSL | 68º | 0.36% | 0.75% | - |
| HSV(B) | 68º | 0.21% | 0.84% | - |
| XYZ | 57.85 | 65.06 | 47.54 | - |
| YUV | 208.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 170 | 0.03 | 0 | 0.21 | 0.16 | 68 | 0.36 | 0.75 |
| Hex | D1 | D7 | AA | 3 | 0 | 15 | 10 | 44 | 24 | 4B |
| Octal | 321 | 327 | 252 | 3 | 0 | 25 | 20 | 104 | 44 | 113 |
| Binary | 11010001 | 11010111 | 10101010 | 11 | 0 | 10101 | 10000 | 1000100 | 100100 | 1001011 |
Color Harmonies of #D1D7AA
Complementary color
Monochromatic Colors of #D1D7AA
Black with #D1D7AA
Text Example
Text Example
White with #D1D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D7AA; }
p { color: rgb(209,215,170); }
H1.HeaderClassName
{
color: #D1D7AA;
}
.AnyTagClassName
{
color: #D1D7AA;
}
</style>
background-color css
<style>
a { background-color: #D1D7AA; }
a { background-color: rgb(209,215,170); }
div.DivClassName
{
background-color: #D1D7AA;
}
.BgClassName
{
background-color: #D1D7AA;
}
</style>
border-color css
<style>
span { border-color: #D1D7AA; }
span { border-color: rgb(209,215,170); }
td.TdClassName
{
border-color: #D1D7AA;
}
.TagClassName
{
border-color: #D1D7AA;
}
</style>