Shades of Orinoco #D6DCB1
Tints of Orinoco #D6DCB1
RGB
CMYK
RGB Variations
Color information
#D6DCB1 (or 0xD6DCB1) is known color: Orinoco. HEX triplet: D6, DC and B1. RGB value is (214,220,177). Sum of RGB (Red+Green+Blue) = 214+220+177=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCB1 is #29234E. Grayscale: #D5D5D5. Windows color (decimal): -2696015 or 11656406. OLE color: 11656406.
HSL color Cylindrical-coordinate representation of color #D6DCB1: hue angle of 68.37º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6DCB1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 177 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.14 |
| HSL | 68.37º | 0.38% | 0.78% | - |
| HSV(B) | 68.37º | 0.2% | 0.86% | - |
| XYZ | 61.26 | 68.66 | 51.62 | - |
| YUV | 213.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 177 | 0.03 | 0 | 0.20 | 0.14 | 68.37 | 0.38 | 0.78 |
| Hex | D6 | DC | B1 | 3 | 0 | 14 | E | 44 | 26 | 4E |
| Octal | 326 | 334 | 261 | 3 | 0 | 24 | 16 | 104 | 46 | 116 |
| Binary | 11010110 | 11011100 | 10110001 | 11 | 0 | 10100 | 1110 | 1000100 | 100110 | 1001110 |
Color Harmonies of #D6DCB1
Complementary color
Monochromatic Colors of #D6DCB1
Black with #D6DCB1
Text Example
Text Example
White with #D6DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCB1; }
p { color: rgb(214,220,177); }
H1.HeaderClassName
{
color: #D6DCB1;
}
.AnyTagClassName
{
color: #D6DCB1;
}
</style>
background-color css
<style>
a { background-color: #D6DCB1; }
a { background-color: rgb(214,220,177); }
div.DivClassName
{
background-color: #D6DCB1;
}
.BgClassName
{
background-color: #D6DCB1;
}
</style>
border-color css
<style>
span { border-color: #D6DCB1; }
span { border-color: rgb(214,220,177); }
td.TdClassName
{
border-color: #D6DCB1;
}
.TagClassName
{
border-color: #D6DCB1;
}
</style>