Shades of Orinoco #D9D7AE
Tints of Orinoco #D9D7AE
RGB
CMYK
RGB Variations
Color information
#D9D7AE (or 0xD9D7AE) is known color: Orinoco. HEX triplet: D9, D7 and AE. RGB value is (217,215,174). Sum of RGB (Red+Green+Blue) = 217+215+174=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D7AE is #262851. Grayscale: #D3D3D3. Windows color (decimal): -2500690 or 11458521. OLE color: 11458521.
HSL color Cylindrical-coordinate representation of color #D9D7AE: hue angle of 57.21º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9D7AE is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 174 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.15 |
| HSL | 57.21º | 0.36% | 0.77% | - |
| HSV(B) | 57.21º | 0.2% | 0.85% | - |
| XYZ | 60.56 | 66.41 | 49.67 | - |
| YUV | 210.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 174 | 0 | 0.01 | 0.20 | 0.15 | 57.21 | 0.36 | 0.77 |
| Hex | D9 | D7 | AE | 0 | 1 | 14 | F | 39 | 24 | 4D |
| Octal | 331 | 327 | 256 | 0 | 1 | 24 | 17 | 71 | 44 | 115 |
| Binary | 11011001 | 11010111 | 10101110 | 0 | 1 | 10100 | 1111 | 111001 | 100100 | 1001101 |
Color Harmonies of #D9D7AE
Complementary color
Monochromatic Colors of #D9D7AE
Black with #D9D7AE
Text Example
Text Example
White with #D9D7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D7AE; }
p { color: rgb(217,215,174); }
H1.HeaderClassName
{
color: #D9D7AE;
}
.AnyTagClassName
{
color: #D9D7AE;
}
</style>
background-color css
<style>
a { background-color: #D9D7AE; }
a { background-color: rgb(217,215,174); }
div.DivClassName
{
background-color: #D9D7AE;
}
.BgClassName
{
background-color: #D9D7AE;
}
</style>
border-color css
<style>
span { border-color: #D9D7AE; }
span { border-color: rgb(217,215,174); }
td.TdClassName
{
border-color: #D9D7AE;
}
.TagClassName
{
border-color: #D9D7AE;
}
</style>