Shades of Orinoco #D6D8A8
Tints of Orinoco #D6D8A8
RGB
CMYK
RGB Variations
Color information
#D6D8A8 (or 0xD6D8A8) is known color: Orinoco. HEX triplet: D6, D8 and A8. RGB value is (214,216,168). Sum of RGB (Red+Green+Blue) = 214+216+168=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D8A8 is #292757. Grayscale: #D2D2D2. Windows color (decimal): -2697048 or 11065558. OLE color: 11065558.
HSL color Cylindrical-coordinate representation of color #D6D8A8: hue angle of 62.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6D8A8 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 168 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.15 |
| HSL | 62.5º | 0.38% | 0.75% | - |
| HSV(B) | 62.5º | 0.22% | 0.85% | - |
| XYZ | 59.36 | 66.24 | 46.7 | - |
| YUV | 209.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 168 | 0.01 | 0 | 0.22 | 0.15 | 62.5 | 0.38 | 0.75 |
| Hex | D6 | D8 | A8 | 1 | 0 | 16 | F | 3F | 26 | 4B |
| Octal | 326 | 330 | 250 | 1 | 0 | 26 | 17 | 77 | 46 | 113 |
| Binary | 11010110 | 11011000 | 10101000 | 1 | 0 | 10110 | 1111 | 111111 | 100110 | 1001011 |
Color Harmonies of #D6D8A8
Complementary color
Monochromatic Colors of #D6D8A8
Black with #D6D8A8
Text Example
Text Example
White with #D6D8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D8A8; }
p { color: rgb(214,216,168); }
H1.HeaderClassName
{
color: #D6D8A8;
}
.AnyTagClassName
{
color: #D6D8A8;
}
</style>
background-color css
<style>
a { background-color: #D6D8A8; }
a { background-color: rgb(214,216,168); }
div.DivClassName
{
background-color: #D6D8A8;
}
.BgClassName
{
background-color: #D6D8A8;
}
</style>
border-color css
<style>
span { border-color: #D6D8A8; }
span { border-color: rgb(214,216,168); }
td.TdClassName
{
border-color: #D6D8A8;
}
.TagClassName
{
border-color: #D6D8A8;
}
</style>