Shades of Orinoco #D7D6AA
Tints of Orinoco #D7D6AA
RGB
CMYK
RGB Variations
Color information
#D7D6AA (or 0xD7D6AA) is known color: Orinoco. HEX triplet: D7, D6 and AA. RGB value is (215,214,170). Sum of RGB (Red+Green+Blue) = 215+214+170=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D6AA is #282955. Grayscale: #D1D1D1. Windows color (decimal): -2632022 or 11196119. OLE color: 11196119.
HSL color Cylindrical-coordinate representation of color #D7D6AA: hue angle of 58.67º 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 #D7D6AA is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 214 | 170 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.16 |
| HSL | 58.67º | 0.36% | 0.75% | - |
| HSV(B) | 58.67º | 0.21% | 0.84% | - |
| XYZ | 59.33 | 65.44 | 47.54 | - |
| YUV | 209.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 214 | 170 | 0 | 0.00 | 0.21 | 0.16 | 58.67 | 0.36 | 0.75 |
| Hex | D7 | D6 | AA | 0 | 0 | 15 | 10 | 3B | 24 | 4B |
| Octal | 327 | 326 | 252 | 0 | 0 | 25 | 20 | 73 | 44 | 113 |
| Binary | 11010111 | 11010110 | 10101010 | 0 | 0 | 10101 | 10000 | 111011 | 100100 | 1001011 |
Color Harmonies of #D7D6AA
Complementary color
Monochromatic Colors of #D7D6AA
Black with #D7D6AA
Text Example
Text Example
White with #D7D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D6AA; }
p { color: rgb(215,214,170); }
H1.HeaderClassName
{
color: #D7D6AA;
}
.AnyTagClassName
{
color: #D7D6AA;
}
</style>
background-color css
<style>
a { background-color: #D7D6AA; }
a { background-color: rgb(215,214,170); }
div.DivClassName
{
background-color: #D7D6AA;
}
.BgClassName
{
background-color: #D7D6AA;
}
</style>
border-color css
<style>
span { border-color: #D7D6AA; }
span { border-color: rgb(215,214,170); }
td.TdClassName
{
border-color: #D7D6AA;
}
.TagClassName
{
border-color: #D7D6AA;
}
</style>