Shades of Orinoco #D9DCAE
Tints of Orinoco #D9DCAE
RGB
CMYK
RGB Variations
Color information
#D9DCAE (or 0xD9DCAE) is known color: Orinoco. HEX triplet: D9, DC and AE. RGB value is (217,220,174). Sum of RGB (Red+Green+Blue) = 217+220+174=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCAE is #262351. Grayscale: #D6D6D6. Windows color (decimal): -2499410 or 11459801. OLE color: 11459801.
HSL color Cylindrical-coordinate representation of color #D9DCAE: hue angle of 63.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9DCAE is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 174 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.14 |
| HSL | 63.91º | 0.4% | 0.77% | - |
| HSV(B) | 63.91º | 0.21% | 0.86% | - |
| XYZ | 61.85 | 68.99 | 50.1 | - |
| YUV | 213.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 174 | 0.01 | 0 | 0.21 | 0.14 | 63.91 | 0.4 | 0.77 |
| Hex | D9 | DC | AE | 1 | 0 | 15 | E | 40 | 28 | 4D |
| Octal | 331 | 334 | 256 | 1 | 0 | 25 | 16 | 100 | 50 | 115 |
| Binary | 11011001 | 11011100 | 10101110 | 1 | 0 | 10101 | 1110 | 1000000 | 101000 | 1001101 |
Color Harmonies of #D9DCAE
Complementary color
Monochromatic Colors of #D9DCAE
Black with #D9DCAE
Text Example
Text Example
White with #D9DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCAE; }
p { color: rgb(217,220,174); }
H1.HeaderClassName
{
color: #D9DCAE;
}
.AnyTagClassName
{
color: #D9DCAE;
}
</style>
background-color css
<style>
a { background-color: #D9DCAE; }
a { background-color: rgb(217,220,174); }
div.DivClassName
{
background-color: #D9DCAE;
}
.BgClassName
{
background-color: #D9DCAE;
}
</style>
border-color css
<style>
span { border-color: #D9DCAE; }
span { border-color: rgb(217,220,174); }
td.TdClassName
{
border-color: #D9DCAE;
}
.TagClassName
{
border-color: #D9DCAE;
}
</style>