Shades of Orinoco #D9DBB5
Tints of Orinoco #D9DBB5
RGB
CMYK
RGB Variations
Color information
#D9DBB5 (or 0xD9DBB5) is known color: Orinoco. HEX triplet: D9, DB and B5. RGB value is (217,219,181). Sum of RGB (Red+Green+Blue) = 217+219+181=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBB5 is #26244A. Grayscale: #D6D6D6. Windows color (decimal): -2499659 or 11918297. OLE color: 11918297.
HSL color Cylindrical-coordinate representation of color #D9DBB5: hue angle of 63.16º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9DBB5 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 181 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.14 |
| HSL | 63.16º | 0.35% | 0.78% | - |
| HSV(B) | 63.16º | 0.17% | 0.86% | - |
| XYZ | 62.29 | 68.75 | 53.7 | - |
| YUV | 214.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 181 | 0.01 | 0 | 0.17 | 0.14 | 63.16 | 0.35 | 0.78 |
| Hex | D9 | DB | B5 | 1 | 0 | 11 | E | 3F | 23 | 4E |
| Octal | 331 | 333 | 265 | 1 | 0 | 21 | 16 | 77 | 43 | 116 |
| Binary | 11011001 | 11011011 | 10110101 | 1 | 0 | 10001 | 1110 | 111111 | 100011 | 1001110 |
Color Harmonies of #D9DBB5
Complementary color
Monochromatic Colors of #D9DBB5
Black with #D9DBB5
Text Example
Text Example
White with #D9DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBB5; }
p { color: rgb(217,219,181); }
H1.HeaderClassName
{
color: #D9DBB5;
}
.AnyTagClassName
{
color: #D9DBB5;
}
</style>
background-color css
<style>
a { background-color: #D9DBB5; }
a { background-color: rgb(217,219,181); }
div.DivClassName
{
background-color: #D9DBB5;
}
.BgClassName
{
background-color: #D9DBB5;
}
</style>
border-color css
<style>
span { border-color: #D9DBB5; }
span { border-color: rgb(217,219,181); }
td.TdClassName
{
border-color: #D9DBB5;
}
.TagClassName
{
border-color: #D9DBB5;
}
</style>