Shades of Orinoco #D6DAB1
Tints of Orinoco #D6DAB1
RGB
CMYK
RGB Variations
Color information
#D6DAB1 (or 0xD6DAB1) is known color: Orinoco. HEX triplet: D6, DA and B1. RGB value is (214,218,177). Sum of RGB (Red+Green+Blue) = 214+218+177=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAB1 is #29254E. Grayscale: #D4D4D4. Windows color (decimal): -2696527 or 11655894. OLE color: 11655894.
HSL color Cylindrical-coordinate representation of color #D6DAB1: hue angle of 65.85º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6DAB1 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 177 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.15 |
| HSL | 65.85º | 0.36% | 0.77% | - |
| HSV(B) | 65.85º | 0.19% | 0.85% | - |
| XYZ | 60.74 | 67.61 | 51.44 | - |
| YUV | 212.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 177 | 0.02 | 0 | 0.19 | 0.15 | 65.85 | 0.36 | 0.77 |
| Hex | D6 | DA | B1 | 2 | 0 | 13 | F | 42 | 24 | 4D |
| Octal | 326 | 332 | 261 | 2 | 0 | 23 | 17 | 102 | 44 | 115 |
| Binary | 11010110 | 11011010 | 10110001 | 10 | 0 | 10011 | 1111 | 1000010 | 100100 | 1001101 |
Color Harmonies of #D6DAB1
Complementary color
Monochromatic Colors of #D6DAB1
Black with #D6DAB1
Text Example
Text Example
White with #D6DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAB1; }
p { color: rgb(214,218,177); }
H1.HeaderClassName
{
color: #D6DAB1;
}
.AnyTagClassName
{
color: #D6DAB1;
}
</style>
background-color css
<style>
a { background-color: #D6DAB1; }
a { background-color: rgb(214,218,177); }
div.DivClassName
{
background-color: #D6DAB1;
}
.BgClassName
{
background-color: #D6DAB1;
}
</style>
border-color css
<style>
span { border-color: #D6DAB1; }
span { border-color: rgb(214,218,177); }
td.TdClassName
{
border-color: #D6DAB1;
}
.TagClassName
{
border-color: #D6DAB1;
}
</style>