Shades of Orinoco #D6DDA8
Tints of Orinoco #D6DDA8
RGB
CMYK
RGB Variations
Color information
#D6DDA8 (or 0xD6DDA8) is known color: Orinoco. HEX triplet: D6, DD and A8. RGB value is (214,221,168). Sum of RGB (Red+Green+Blue) = 214+221+168=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDA8 is #292257. Grayscale: #D5D5D5. Windows color (decimal): -2695768 or 11066838. OLE color: 11066838.
HSL color Cylindrical-coordinate representation of color #D6DDA8: hue angle of 67.92º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6DDA8 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 214 | 221 | 168 | - |
CMYK | 0.03 | 0 | 0.24 | 0.13 |
HSL | 67.92º | 0.44% | 0.76% | - |
HSV(B) | 67.92º | 0.24% | 0.87% | - |
XYZ | 60.66 | 68.84 | 47.14 | - |
YUV | 212.87 | 102.68 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 221 | 168 | 0.03 | 0 | 0.24 | 0.13 | 67.92 | 0.44 | 0.76 |
Hex | D6 | DD | A8 | 3 | 0 | 18 | D | 44 | 2C | 4C |
Octal | 326 | 335 | 250 | 3 | 0 | 30 | 15 | 104 | 54 | 114 |
Binary | 11010110 | 11011101 | 10101000 | 11 | 0 | 11000 | 1101 | 1000100 | 101100 | 1001100 |
Color Harmonies of #D6DDA8
Complementary color
Monochromatic Colors of #D6DDA8
Black with #D6DDA8
Text Example
Text Example
White with #D6DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDA8; }
p { color: rgb(214,221,168); }
H1.HeaderClassName
{
color: #D6DDA8;
}
.AnyTagClassName
{
color: #D6DDA8;
}
</style>
background-color css
<style>
a { background-color: #D6DDA8; }
a { background-color: rgb(214,221,168); }
div.DivClassName
{
background-color: #D6DDA8;
}
.BgClassName
{
background-color: #D6DDA8;
}
</style>
border-color css
<style>
span { border-color: #D6DDA8; }
span { border-color: rgb(214,221,168); }
td.TdClassName
{
border-color: #D6DDA8;
}
.TagClassName
{
border-color: #D6DDA8;
}
</style>