Shades of Orinoco #D9DBB0
Tints of Orinoco #D9DBB0
RGB
CMYK
RGB Variations
Color information
#D9DBB0 (or 0xD9DBB0) is known color: Orinoco. HEX triplet: D9, DB and B0. RGB value is (217,219,176). Sum of RGB (Red+Green+Blue) = 217+219+176=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBB0 is #26244F. Grayscale: #D5D5D5. Windows color (decimal): -2499664 or 11590617. OLE color: 11590617.
HSL color Cylindrical-coordinate representation of color #D9DBB0: hue angle of 62.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9DBB0 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 176 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.14 |
| HSL | 62.79º | 0.37% | 0.77% | - |
| HSV(B) | 62.79º | 0.2% | 0.86% | - |
| XYZ | 61.78 | 68.55 | 51.05 | - |
| YUV | 213.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 176 | 0.01 | 0 | 0.20 | 0.14 | 62.79 | 0.37 | 0.77 |
| Hex | D9 | DB | B0 | 1 | 0 | 14 | E | 3F | 25 | 4D |
| Octal | 331 | 333 | 260 | 1 | 0 | 24 | 16 | 77 | 45 | 115 |
| Binary | 11011001 | 11011011 | 10110000 | 1 | 0 | 10100 | 1110 | 111111 | 100101 | 1001101 |
Color Harmonies of #D9DBB0
Complementary color
Monochromatic Colors of #D9DBB0
Black with #D9DBB0
Text Example
Text Example
White with #D9DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBB0; }
p { color: rgb(217,219,176); }
H1.HeaderClassName
{
color: #D9DBB0;
}
.AnyTagClassName
{
color: #D9DBB0;
}
</style>
background-color css
<style>
a { background-color: #D9DBB0; }
a { background-color: rgb(217,219,176); }
div.DivClassName
{
background-color: #D9DBB0;
}
.BgClassName
{
background-color: #D9DBB0;
}
</style>
border-color css
<style>
span { border-color: #D9DBB0; }
span { border-color: rgb(217,219,176); }
td.TdClassName
{
border-color: #D9DBB0;
}
.TagClassName
{
border-color: #D9DBB0;
}
</style>