Shades of Orinoco #D1DAB0
Tints of Orinoco #D1DAB0
RGB
CMYK
RGB Variations
Color information
#D1DAB0 (or 0xD1DAB0) is known color: Orinoco. HEX triplet: D1, DA and B0. RGB value is (209,218,176). Sum of RGB (Red+Green+Blue) = 209+218+176=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAB0 is #2E254F. Grayscale: #D2D2D2. Windows color (decimal): -3024208 or 11590353. OLE color: 11590353.
HSL color Cylindrical-coordinate representation of color #D1DAB0: hue angle of 72.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1DAB0 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 218 | 176 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.15 |
| HSL | 72.86º | 0.36% | 0.77% | - |
| HSV(B) | 72.86º | 0.19% | 0.85% | - |
| XYZ | 59.2 | 66.83 | 50.85 | - |
| YUV | 210.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 176 | 0.04 | 0 | 0.19 | 0.15 | 72.86 | 0.36 | 0.77 |
| Hex | D1 | DA | B0 | 4 | 0 | 13 | F | 49 | 24 | 4D |
| Octal | 321 | 332 | 260 | 4 | 0 | 23 | 17 | 111 | 44 | 115 |
| Binary | 11010001 | 11011010 | 10110000 | 100 | 0 | 10011 | 1111 | 1001001 | 100100 | 1001101 |
Color Harmonies of #D1DAB0
Complementary color
Monochromatic Colors of #D1DAB0
Black with #D1DAB0
Text Example
Text Example
White with #D1DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAB0; }
p { color: rgb(209,218,176); }
H1.HeaderClassName
{
color: #D1DAB0;
}
.AnyTagClassName
{
color: #D1DAB0;
}
</style>
background-color css
<style>
a { background-color: #D1DAB0; }
a { background-color: rgb(209,218,176); }
div.DivClassName
{
background-color: #D1DAB0;
}
.BgClassName
{
background-color: #D1DAB0;
}
</style>
border-color css
<style>
span { border-color: #D1DAB0; }
span { border-color: rgb(209,218,176); }
td.TdClassName
{
border-color: #D1DAB0;
}
.TagClassName
{
border-color: #D1DAB0;
}
</style>