Shades of Orinoco #D1DBB1
Tints of Orinoco #D1DBB1
RGB
CMYK
RGB Variations
Color information
#D1DBB1 (or 0xD1DBB1) is known color: Orinoco. HEX triplet: D1, DB and B1. RGB value is (209,219,177). Sum of RGB (Red+Green+Blue) = 209+219+177=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DBB1 is #2E244E. Grayscale: #D3D3D3. Windows color (decimal): -3023951 or 11656145. OLE color: 11656145.
HSL color Cylindrical-coordinate representation of color #D1DBB1: hue angle of 74.29º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1DBB1 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 177 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.14 |
| HSL | 74.29º | 0.37% | 0.78% | - |
| HSV(B) | 74.29º | 0.19% | 0.86% | - |
| XYZ | 59.56 | 67.39 | 51.46 | - |
| YUV | 211.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 177 | 0.05 | 0 | 0.19 | 0.14 | 74.29 | 0.37 | 0.78 |
| Hex | D1 | DB | B1 | 5 | 0 | 13 | E | 4A | 25 | 4E |
| Octal | 321 | 333 | 261 | 5 | 0 | 23 | 16 | 112 | 45 | 116 |
| Binary | 11010001 | 11011011 | 10110001 | 101 | 0 | 10011 | 1110 | 1001010 | 100101 | 1001110 |
Color Harmonies of #D1DBB1
Complementary color
Monochromatic Colors of #D1DBB1
Black with #D1DBB1
Text Example
Text Example
White with #D1DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBB1; }
p { color: rgb(209,219,177); }
H1.HeaderClassName
{
color: #D1DBB1;
}
.AnyTagClassName
{
color: #D1DBB1;
}
</style>
background-color css
<style>
a { background-color: #D1DBB1; }
a { background-color: rgb(209,219,177); }
div.DivClassName
{
background-color: #D1DBB1;
}
.BgClassName
{
background-color: #D1DBB1;
}
</style>
border-color css
<style>
span { border-color: #D1DBB1; }
span { border-color: rgb(209,219,177); }
td.TdClassName
{
border-color: #D1DBB1;
}
.TagClassName
{
border-color: #D1DBB1;
}
</style>