Shades of Orinoco #D1DEAC
Tints of Orinoco #D1DEAC
RGB
CMYK
RGB Variations
Color information
#D1DEAC (or 0xD1DEAC) is known color: Orinoco. HEX triplet: D1, DE and AC. RGB value is (209,222,172). Sum of RGB (Red+Green+Blue) = 209+222+172=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DEAC is #2E2153. Grayscale: #D4D4D4. Windows color (decimal): -3023188 or 11329233. OLE color: 11329233.
HSL color Cylindrical-coordinate representation of color #D1DEAC: hue angle of 75.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1DEAC is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 222 | 172 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.13 |
| HSL | 75.6º | 0.43% | 0.77% | - |
| HSV(B) | 75.6º | 0.23% | 0.87% | - |
| XYZ | 59.86 | 68.78 | 49.15 | - |
| YUV | 212.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 222 | 172 | 0.06 | 0 | 0.23 | 0.13 | 75.6 | 0.43 | 0.77 |
| Hex | D1 | DE | AC | 6 | 0 | 17 | D | 4C | 2B | 4D |
| Octal | 321 | 336 | 254 | 6 | 0 | 27 | 15 | 114 | 53 | 115 |
| Binary | 11010001 | 11011110 | 10101100 | 110 | 0 | 10111 | 1101 | 1001100 | 101011 | 1001101 |
Color Harmonies of #D1DEAC
Complementary color
Monochromatic Colors of #D1DEAC
Black with #D1DEAC
Text Example
Text Example
White with #D1DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DEAC; }
p { color: rgb(209,222,172); }
H1.HeaderClassName
{
color: #D1DEAC;
}
.AnyTagClassName
{
color: #D1DEAC;
}
</style>
background-color css
<style>
a { background-color: #D1DEAC; }
a { background-color: rgb(209,222,172); }
div.DivClassName
{
background-color: #D1DEAC;
}
.BgClassName
{
background-color: #D1DEAC;
}
</style>
border-color css
<style>
span { border-color: #D1DEAC; }
span { border-color: rgb(209,222,172); }
td.TdClassName
{
border-color: #D1DEAC;
}
.TagClassName
{
border-color: #D1DEAC;
}
</style>