Shades of Orinoco #D6DAA6
Tints of Orinoco #D6DAA6
RGB
CMYK
RGB Variations
Color information
#D6DAA6 (or 0xD6DAA6) is known color: Orinoco. HEX triplet: D6, DA and A6. RGB value is (214,218,166). Sum of RGB (Red+Green+Blue) = 214+218+166=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 166 (65.23% from 255 or 27.76% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAA6 is #292559. Grayscale: #D3D3D3. Windows color (decimal): -2696538 or 10934998. OLE color: 10934998.
HSL color Cylindrical-coordinate representation of color #D6DAA6: hue angle of 64.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6DAA6 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 166 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.15 |
| HSL | 64.62º | 0.41% | 0.75% | - |
| HSV(B) | 64.62º | 0.24% | 0.85% | - |
| XYZ | 59.69 | 67.19 | 45.9 | - |
| YUV | 210.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 166 | 0.02 | 0 | 0.24 | 0.15 | 64.62 | 0.41 | 0.75 |
| Hex | D6 | DA | A6 | 2 | 0 | 18 | F | 41 | 29 | 4B |
| Octal | 326 | 332 | 246 | 2 | 0 | 30 | 17 | 101 | 51 | 113 |
| Binary | 11010110 | 11011010 | 10100110 | 10 | 0 | 11000 | 1111 | 1000001 | 101001 | 1001011 |
Color Harmonies of #D6DAA6
Complementary color
Monochromatic Colors of #D6DAA6
Black with #D6DAA6
Text Example
Text Example
White with #D6DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAA6; }
p { color: rgb(214,218,166); }
H1.HeaderClassName
{
color: #D6DAA6;
}
.AnyTagClassName
{
color: #D6DAA6;
}
</style>
background-color css
<style>
a { background-color: #D6DAA6; }
a { background-color: rgb(214,218,166); }
div.DivClassName
{
background-color: #D6DAA6;
}
.BgClassName
{
background-color: #D6DAA6;
}
</style>
border-color css
<style>
span { border-color: #D6DAA6; }
span { border-color: rgb(214,218,166); }
td.TdClassName
{
border-color: #D6DAA6;
}
.TagClassName
{
border-color: #D6DAA6;
}
</style>