Shades of Orinoco #D9DCB6
Tints of Orinoco #D9DCB6
RGB
CMYK
RGB Variations
Color information
#D9DCB6 (or 0xD9DCB6) is known color: Orinoco. HEX triplet: D9, DC and B6. RGB value is (217,220,182). Sum of RGB (Red+Green+Blue) = 217+220+182=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCB6 is #262349. Grayscale: #D6D6D6. Windows color (decimal): -2499402 or 11984089. OLE color: 11984089.
HSL color Cylindrical-coordinate representation of color #D9DCB6: hue angle of 64.74º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9DCB6 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 182 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.14 |
| HSL | 64.74º | 0.35% | 0.79% | - |
| HSV(B) | 64.74º | 0.17% | 0.86% | - |
| XYZ | 62.65 | 69.32 | 54.33 | - |
| YUV | 214.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 182 | 0.01 | 0 | 0.17 | 0.14 | 64.74 | 0.35 | 0.79 |
| Hex | D9 | DC | B6 | 1 | 0 | 11 | E | 41 | 23 | 4F |
| Octal | 331 | 334 | 266 | 1 | 0 | 21 | 16 | 101 | 43 | 117 |
| Binary | 11011001 | 11011100 | 10110110 | 1 | 0 | 10001 | 1110 | 1000001 | 100011 | 1001111 |
Color Harmonies of #D9DCB6
Complementary color
Monochromatic Colors of #D9DCB6
Black with #D9DCB6
Text Example
Text Example
White with #D9DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCB6; }
p { color: rgb(217,220,182); }
H1.HeaderClassName
{
color: #D9DCB6;
}
.AnyTagClassName
{
color: #D9DCB6;
}
</style>
background-color css
<style>
a { background-color: #D9DCB6; }
a { background-color: rgb(217,220,182); }
div.DivClassName
{
background-color: #D9DCB6;
}
.BgClassName
{
background-color: #D9DCB6;
}
</style>
border-color css
<style>
span { border-color: #D9DCB6; }
span { border-color: rgb(217,220,182); }
td.TdClassName
{
border-color: #D9DCB6;
}
.TagClassName
{
border-color: #D9DCB6;
}
</style>