Shades of Orinoco #D1DAAC
Tints of Orinoco #D1DAAC
RGB
CMYK
RGB Variations
Color information
#D1DAAC (or 0xD1DAAC) is known color: Orinoco. HEX triplet: D1, DA and AC. RGB value is (209,218,172). Sum of RGB (Red+Green+Blue) = 209+218+172=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAAC is #2E2553. Grayscale: #D2D2D2. Windows color (decimal): -3024212 or 11328209. OLE color: 11328209.
HSL color Cylindrical-coordinate representation of color #D1DAAC: hue angle of 71.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1DAAC is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 172 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.15 |
| HSL | 71.74º | 0.38% | 0.76% | - |
| HSV(B) | 71.74º | 0.21% | 0.85% | - |
| XYZ | 58.81 | 66.68 | 48.8 | - |
| YUV | 210.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 172 | 0.04 | 0 | 0.21 | 0.15 | 71.74 | 0.38 | 0.76 |
| Hex | D1 | DA | AC | 4 | 0 | 15 | F | 48 | 26 | 4C |
| Octal | 321 | 332 | 254 | 4 | 0 | 25 | 17 | 110 | 46 | 114 |
| Binary | 11010001 | 11011010 | 10101100 | 100 | 0 | 10101 | 1111 | 1001000 | 100110 | 1001100 |
Color Harmonies of #D1DAAC
Complementary color
Monochromatic Colors of #D1DAAC
Black with #D1DAAC
Text Example
Text Example
White with #D1DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAAC; }
p { color: rgb(209,218,172); }
H1.HeaderClassName
{
color: #D1DAAC;
}
.AnyTagClassName
{
color: #D1DAAC;
}
</style>
background-color css
<style>
a { background-color: #D1DAAC; }
a { background-color: rgb(209,218,172); }
div.DivClassName
{
background-color: #D1DAAC;
}
.BgClassName
{
background-color: #D1DAAC;
}
</style>
border-color css
<style>
span { border-color: #D1DAAC; }
span { border-color: rgb(209,218,172); }
td.TdClassName
{
border-color: #D1DAAC;
}
.TagClassName
{
border-color: #D1DAAC;
}
</style>