Shades of Orinoco #D9DCAF
Tints of Orinoco #D9DCAF
RGB
CMYK
RGB Variations
Color information
#D9DCAF (or 0xD9DCAF) is known color: Orinoco. HEX triplet: D9, DC and AF. RGB value is (217,220,175). Sum of RGB (Red+Green+Blue) = 217+220+175=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCAF is #262350. Grayscale: #D6D6D6. Windows color (decimal): -2499409 or 11525337. OLE color: 11525337.
HSL color Cylindrical-coordinate representation of color #D9DCAF: hue angle of 64º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9DCAF is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 175 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.14 |
| HSL | 64º | 0.39% | 0.77% | - |
| HSV(B) | 64º | 0.2% | 0.86% | - |
| XYZ | 61.95 | 69.03 | 50.62 | - |
| YUV | 213.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 175 | 0.01 | 0 | 0.20 | 0.14 | 64 | 0.39 | 0.77 |
| Hex | D9 | DC | AF | 1 | 0 | 14 | E | 40 | 27 | 4D |
| Octal | 331 | 334 | 257 | 1 | 0 | 24 | 16 | 100 | 47 | 115 |
| Binary | 11011001 | 11011100 | 10101111 | 1 | 0 | 10100 | 1110 | 1000000 | 100111 | 1001101 |
Color Harmonies of #D9DCAF
Complementary color
Monochromatic Colors of #D9DCAF
Black with #D9DCAF
Text Example
Text Example
White with #D9DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCAF; }
p { color: rgb(217,220,175); }
H1.HeaderClassName
{
color: #D9DCAF;
}
.AnyTagClassName
{
color: #D9DCAF;
}
</style>
background-color css
<style>
a { background-color: #D9DCAF; }
a { background-color: rgb(217,220,175); }
div.DivClassName
{
background-color: #D9DCAF;
}
.BgClassName
{
background-color: #D9DCAF;
}
</style>
border-color css
<style>
span { border-color: #D9DCAF; }
span { border-color: rgb(217,220,175); }
td.TdClassName
{
border-color: #D9DCAF;
}
.TagClassName
{
border-color: #D9DCAF;
}
</style>