Shades of Orinoco #D7DBB6
Tints of Orinoco #D7DBB6
RGB
CMYK
RGB Variations
Color information
#D7DBB6 (or 0xD7DBB6) is known color: Orinoco. HEX triplet: D7, DB and B6. RGB value is (215,219,182). Sum of RGB (Red+Green+Blue) = 215+219+182=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBB6 is #282449. Grayscale: #D5D5D5. Windows color (decimal): -2630730 or 11983831. OLE color: 11983831.
HSL color Cylindrical-coordinate representation of color #D7DBB6: hue angle of 66.49º degrees, saturation: 0.34, 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 #D7DBB6 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 182 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.14 |
| HSL | 66.49º | 0.34% | 0.79% | - |
| HSV(B) | 66.49º | 0.17% | 0.86% | - |
| XYZ | 61.8 | 68.49 | 54.22 | - |
| YUV | 213.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 182 | 0.02 | 0 | 0.17 | 0.14 | 66.49 | 0.34 | 0.79 |
| Hex | D7 | DB | B6 | 2 | 0 | 11 | E | 42 | 22 | 4F |
| Octal | 327 | 333 | 266 | 2 | 0 | 21 | 16 | 102 | 42 | 117 |
| Binary | 11010111 | 11011011 | 10110110 | 10 | 0 | 10001 | 1110 | 1000010 | 100010 | 1001111 |
Color Harmonies of #D7DBB6
Complementary color
Monochromatic Colors of #D7DBB6
Black with #D7DBB6
Text Example
Text Example
White with #D7DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBB6; }
p { color: rgb(215,219,182); }
H1.HeaderClassName
{
color: #D7DBB6;
}
.AnyTagClassName
{
color: #D7DBB6;
}
</style>
background-color css
<style>
a { background-color: #D7DBB6; }
a { background-color: rgb(215,219,182); }
div.DivClassName
{
background-color: #D7DBB6;
}
.BgClassName
{
background-color: #D7DBB6;
}
</style>
border-color css
<style>
span { border-color: #D7DBB6; }
span { border-color: rgb(215,219,182); }
td.TdClassName
{
border-color: #D7DBB6;
}
.TagClassName
{
border-color: #D7DBB6;
}
</style>