Shades of Orinoco #D9DCA8
Tints of Orinoco #D9DCA8
RGB
CMYK
RGB Variations
Color information
#D9DCA8 (or 0xD9DCA8) is known color: Orinoco. HEX triplet: D9, DC and A8. RGB value is (217,220,168). Sum of RGB (Red+Green+Blue) = 217+220+168=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCA8 is #262357. Grayscale: #D5D5D5. Windows color (decimal): -2499416 or 11066585. OLE color: 11066585.
HSL color Cylindrical-coordinate representation of color #D9DCA8: hue angle of 63.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9DCA8 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 168 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.14 |
| HSL | 63.46º | 0.43% | 0.76% | - |
| HSV(B) | 63.46º | 0.24% | 0.86% | - |
| XYZ | 61.28 | 68.77 | 47.09 | - |
| YUV | 213.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 168 | 0.01 | 0 | 0.24 | 0.14 | 63.46 | 0.43 | 0.76 |
| Hex | D9 | DC | A8 | 1 | 0 | 18 | E | 3F | 2B | 4C |
| Octal | 331 | 334 | 250 | 1 | 0 | 30 | 16 | 77 | 53 | 114 |
| Binary | 11011001 | 11011100 | 10101000 | 1 | 0 | 11000 | 1110 | 111111 | 101011 | 1001100 |
Color Harmonies of #D9DCA8
Complementary color
Monochromatic Colors of #D9DCA8
Black with #D9DCA8
Text Example
Text Example
White with #D9DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCA8; }
p { color: rgb(217,220,168); }
H1.HeaderClassName
{
color: #D9DCA8;
}
.AnyTagClassName
{
color: #D9DCA8;
}
</style>
background-color css
<style>
a { background-color: #D9DCA8; }
a { background-color: rgb(217,220,168); }
div.DivClassName
{
background-color: #D9DCA8;
}
.BgClassName
{
background-color: #D9DCA8;
}
</style>
border-color css
<style>
span { border-color: #D9DCA8; }
span { border-color: rgb(217,220,168); }
td.TdClassName
{
border-color: #D9DCA8;
}
.TagClassName
{
border-color: #D9DCA8;
}
</style>