Shades of Orinoco #D8D9A8
Tints of Orinoco #D8D9A8
RGB
CMYK
RGB Variations
Color information
#D8D9A8 (or 0xD8D9A8) is known color: Orinoco. HEX triplet: D8, D9 and A8. RGB value is (216,217,168). Sum of RGB (Red+Green+Blue) = 216+217+168=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D9A8 is #272657. Grayscale: #D3D3D3. Windows color (decimal): -2565720 or 11065816. OLE color: 11065816.
HSL color Cylindrical-coordinate representation of color #D8D9A8: hue angle of 61.22º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8D9A8 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 217 | 168 | - |
CMYK | 0.00 | 0 | 0.23 | 0.15 |
HSL | 61.22º | 0.39% | 0.75% | - |
HSV(B) | 61.22º | 0.23% | 0.85% | - |
XYZ | 60.2 | 67.05 | 46.82 | - |
YUV | 211.12 | 103.67 | 131.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 217 | 168 | 0.00 | 0 | 0.23 | 0.15 | 61.22 | 0.39 | 0.75 |
Hex | D8 | D9 | A8 | 0 | 0 | 17 | F | 3D | 27 | 4B |
Octal | 330 | 331 | 250 | 0 | 0 | 27 | 17 | 75 | 47 | 113 |
Binary | 11011000 | 11011001 | 10101000 | 0 | 0 | 10111 | 1111 | 111101 | 100111 | 1001011 |
Color Harmonies of #D8D9A8
Complementary color
Monochromatic Colors of #D8D9A8
Black with #D8D9A8
Text Example
Text Example
White with #D8D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9A8; }
p { color: rgb(216,217,168); }
H1.HeaderClassName
{
color: #D8D9A8;
}
.AnyTagClassName
{
color: #D8D9A8;
}
</style>
background-color css
<style>
a { background-color: #D8D9A8; }
a { background-color: rgb(216,217,168); }
div.DivClassName
{
background-color: #D8D9A8;
}
.BgClassName
{
background-color: #D8D9A8;
}
</style>
border-color css
<style>
span { border-color: #D8D9A8; }
span { border-color: rgb(216,217,168); }
td.TdClassName
{
border-color: #D8D9A8;
}
.TagClassName
{
border-color: #D8D9A8;
}
</style>