Shades of Orinoco #D7DAB6
Tints of Orinoco #D7DAB6
RGB
CMYK
RGB Variations
Color information
#D7DAB6 (or 0xD7DAB6) is known color: Orinoco. HEX triplet: D7, DA and B6. RGB value is (215,218,182). Sum of RGB (Red+Green+Blue) = 215+218+182=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAB6 is #282549. Grayscale: #D5D5D5. Windows color (decimal): -2630986 or 11983575. OLE color: 11983575.
HSL color Cylindrical-coordinate representation of color #D7DAB6: hue angle of 65º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7DAB6 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 218 | 182 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.15 |
| HSL | 65º | 0.33% | 0.78% | - |
| HSV(B) | 65º | 0.17% | 0.85% | - |
| XYZ | 61.54 | 67.97 | 54.13 | - |
| YUV | 213 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 182 | 0.01 | 0 | 0.17 | 0.15 | 65 | 0.33 | 0.78 |
| Hex | D7 | DA | B6 | 1 | 0 | 11 | F | 41 | 21 | 4E |
| Octal | 327 | 332 | 266 | 1 | 0 | 21 | 17 | 101 | 41 | 116 |
| Binary | 11010111 | 11011010 | 10110110 | 1 | 0 | 10001 | 1111 | 1000001 | 100001 | 1001110 |
Color Harmonies of #D7DAB6
Complementary color
Monochromatic Colors of #D7DAB6
Black with #D7DAB6
Text Example
Text Example
White with #D7DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAB6; }
p { color: rgb(215,218,182); }
H1.HeaderClassName
{
color: #D7DAB6;
}
.AnyTagClassName
{
color: #D7DAB6;
}
</style>
background-color css
<style>
a { background-color: #D7DAB6; }
a { background-color: rgb(215,218,182); }
div.DivClassName
{
background-color: #D7DAB6;
}
.BgClassName
{
background-color: #D7DAB6;
}
</style>
border-color css
<style>
span { border-color: #D7DAB6; }
span { border-color: rgb(215,218,182); }
td.TdClassName
{
border-color: #D7DAB6;
}
.TagClassName
{
border-color: #D7DAB6;
}
</style>