Shades of Orinoco #D1DAAF
Tints of Orinoco #D1DAAF
RGB
CMYK
RGB Variations
Color information
#D1DAAF (or 0xD1DAAF) is known color: Orinoco. HEX triplet: D1, DA and AF. RGB value is (209,218,175). Sum of RGB (Red+Green+Blue) = 209+218+175=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAAF is #2E2550. Grayscale: #D2D2D2. Windows color (decimal): -3024209 or 11524817. OLE color: 11524817.
HSL color Cylindrical-coordinate representation of color #D1DAAF: hue angle of 72.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1DAAF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 175 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.15 |
| HSL | 72.56º | 0.37% | 0.77% | - |
| HSV(B) | 72.56º | 0.2% | 0.85% | - |
| XYZ | 59.1 | 66.79 | 50.33 | - |
| YUV | 210.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 175 | 0.04 | 0 | 0.20 | 0.15 | 72.56 | 0.37 | 0.77 |
| Hex | D1 | DA | AF | 4 | 0 | 14 | F | 49 | 25 | 4D |
| Octal | 321 | 332 | 257 | 4 | 0 | 24 | 17 | 111 | 45 | 115 |
| Binary | 11010001 | 11011010 | 10101111 | 100 | 0 | 10100 | 1111 | 1001001 | 100101 | 1001101 |
Color Harmonies of #D1DAAF
Complementary color
Monochromatic Colors of #D1DAAF
Black with #D1DAAF
Text Example
Text Example
White with #D1DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAAF; }
p { color: rgb(209,218,175); }
H1.HeaderClassName
{
color: #D1DAAF;
}
.AnyTagClassName
{
color: #D1DAAF;
}
</style>
background-color css
<style>
a { background-color: #D1DAAF; }
a { background-color: rgb(209,218,175); }
div.DivClassName
{
background-color: #D1DAAF;
}
.BgClassName
{
background-color: #D1DAAF;
}
</style>
border-color css
<style>
span { border-color: #D1DAAF; }
span { border-color: rgb(209,218,175); }
td.TdClassName
{
border-color: #D1DAAF;
}
.TagClassName
{
border-color: #D1DAAF;
}
</style>