Shades of Orinoco #D6DABB
Tints of Orinoco #D6DABB
RGB
CMYK
RGB Variations
Color information
#D6DABB (or 0xD6DABB) is known color: Orinoco. HEX triplet: D6, DA and BB. RGB value is (214,218,187). Sum of RGB (Red+Green+Blue) = 214+218+187=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DABB is #292544. Grayscale: #D5D5D5. Windows color (decimal): -2696517 or 12311254. OLE color: 12311254.
HSL color Cylindrical-coordinate representation of color #D6DABB: hue angle of 67.74º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DABB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 187 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.15 |
| HSL | 67.74º | 0.3% | 0.79% | - |
| HSV(B) | 67.74º | 0.14% | 0.85% | - |
| XYZ | 61.77 | 68.03 | 56.89 | - |
| YUV | 213.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 187 | 0.02 | 0 | 0.14 | 0.15 | 67.74 | 0.3 | 0.79 |
| Hex | D6 | DA | BB | 2 | 0 | E | F | 44 | 1E | 4F |
| Octal | 326 | 332 | 273 | 2 | 0 | 16 | 17 | 104 | 36 | 117 |
| Binary | 11010110 | 11011010 | 10111011 | 10 | 0 | 1110 | 1111 | 1000100 | 11110 | 1001111 |
Color Harmonies of #D6DABB
Complementary color
Monochromatic Colors of #D6DABB
Black with #D6DABB
Text Example
Text Example
White with #D6DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DABB; }
p { color: rgb(214,218,187); }
H1.HeaderClassName
{
color: #D6DABB;
}
.AnyTagClassName
{
color: #D6DABB;
}
</style>
background-color css
<style>
a { background-color: #D6DABB; }
a { background-color: rgb(214,218,187); }
div.DivClassName
{
background-color: #D6DABB;
}
.BgClassName
{
background-color: #D6DABB;
}
</style>
border-color css
<style>
span { border-color: #D6DABB; }
span { border-color: rgb(214,218,187); }
td.TdClassName
{
border-color: #D6DABB;
}
.TagClassName
{
border-color: #D6DABB;
}
</style>