Shades of Orinoco #D6D6AD
Tints of Orinoco #D6D6AD
RGB
CMYK
RGB Variations
Color information
#D6D6AD (or 0xD6D6AD) is known color: Orinoco. HEX triplet: D6, D6 and AD. RGB value is (214,214,173). Sum of RGB (Red+Green+Blue) = 214+214+173=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D6AD is #292952. Grayscale: #D1D1D1. Windows color (decimal): -2697555 or 11392726. OLE color: 11392726.
HSL color Cylindrical-coordinate representation of color #D6D6AD: hue angle of 60º degrees, saturation: 0.33, 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 #D6D6AD is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 214 | 173 | - |
| CMYK | 0 | 0 | 0.19 | 0.16 |
| HSL | 60º | 0.33% | 0.76% | - |
| HSV(B) | 60º | 0.19% | 0.84% | - |
| XYZ | 59.32 | 65.41 | 49.03 | - |
| YUV | 209.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 214 | 173 | 0 | 0 | 0.19 | 0.16 | 60 | 0.33 | 0.76 |
| Hex | D6 | D6 | AD | 0 | 0 | 13 | 10 | 3C | 21 | 4C |
| Octal | 326 | 326 | 255 | 0 | 0 | 23 | 20 | 74 | 41 | 114 |
| Binary | 11010110 | 11010110 | 10101101 | 0 | 0 | 10011 | 10000 | 111100 | 100001 | 1001100 |
Color Harmonies of #D6D6AD
Complementary color
Monochromatic Colors of #D6D6AD
Black with #D6D6AD
Text Example
Text Example
White with #D6D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D6AD; }
p { color: rgb(214,214,173); }
H1.HeaderClassName
{
color: #D6D6AD;
}
.AnyTagClassName
{
color: #D6D6AD;
}
</style>
background-color css
<style>
a { background-color: #D6D6AD; }
a { background-color: rgb(214,214,173); }
div.DivClassName
{
background-color: #D6D6AD;
}
.BgClassName
{
background-color: #D6D6AD;
}
</style>
border-color css
<style>
span { border-color: #D6D6AD; }
span { border-color: rgb(214,214,173); }
td.TdClassName
{
border-color: #D6D6AD;
}
.TagClassName
{
border-color: #D6D6AD;
}
</style>