Shades of Orinoco #D6DBB9
Tints of Orinoco #D6DBB9
RGB
CMYK
RGB Variations
Color information
#D6DBB9 (or 0xD6DBB9) is known color: Orinoco. HEX triplet: D6, DB and B9. RGB value is (214,219,185). Sum of RGB (Red+Green+Blue) = 214+219+185=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBB9 is #292446. Grayscale: #D5D5D5. Windows color (decimal): -2696263 or 12180438. OLE color: 12180438.
HSL color Cylindrical-coordinate representation of color #D6DBB9: hue angle of 68.82º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6DBB9 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 219 | 185 | - |
CMYK | 0.02 | 0 | 0.16 | 0.14 |
HSL | 68.82º | 0.32% | 0.79% | - |
HSV(B) | 68.82º | 0.16% | 0.86% | - |
XYZ | 61.82 | 68.46 | 55.86 | - |
YUV | 213.63 | 111.84 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 219 | 185 | 0.02 | 0 | 0.16 | 0.14 | 68.82 | 0.32 | 0.79 |
Hex | D6 | DB | B9 | 2 | 0 | 10 | E | 45 | 20 | 4F |
Octal | 326 | 333 | 271 | 2 | 0 | 20 | 16 | 105 | 40 | 117 |
Binary | 11010110 | 11011011 | 10111001 | 10 | 0 | 10000 | 1110 | 1000101 | 100000 | 1001111 |
Color Harmonies of #D6DBB9
Complementary color
Monochromatic Colors of #D6DBB9
Black with #D6DBB9
Text Example
Text Example
White with #D6DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBB9; }
p { color: rgb(214,219,185); }
H1.HeaderClassName
{
color: #D6DBB9;
}
.AnyTagClassName
{
color: #D6DBB9;
}
</style>
background-color css
<style>
a { background-color: #D6DBB9; }
a { background-color: rgb(214,219,185); }
div.DivClassName
{
background-color: #D6DBB9;
}
.BgClassName
{
background-color: #D6DBB9;
}
</style>
border-color css
<style>
span { border-color: #D6DBB9; }
span { border-color: rgb(214,219,185); }
td.TdClassName
{
border-color: #D6DBB9;
}
.TagClassName
{
border-color: #D6DBB9;
}
</style>