Shades of Orinoco #D6DAAF
Tints of Orinoco #D6DAAF
RGB
CMYK
RGB Variations
Color information
#D6DAAF (or 0xD6DAAF) is known color: Orinoco. HEX triplet: D6, DA and AF. RGB value is (214,218,175). Sum of RGB (Red+Green+Blue) = 214+218+175=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAAF is #292550. Grayscale: #D4D4D4. Windows color (decimal): -2696529 or 11524822. OLE color: 11524822.
HSL color Cylindrical-coordinate representation of color #D6DAAF: hue angle of 65.58º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6DAAF is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 175 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.15 |
| HSL | 65.58º | 0.37% | 0.77% | - |
| HSV(B) | 65.58º | 0.2% | 0.85% | - |
| XYZ | 60.54 | 67.53 | 50.4 | - |
| YUV | 211.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 175 | 0.02 | 0 | 0.20 | 0.15 | 65.58 | 0.37 | 0.77 |
| Hex | D6 | DA | AF | 2 | 0 | 14 | F | 42 | 25 | 4D |
| Octal | 326 | 332 | 257 | 2 | 0 | 24 | 17 | 102 | 45 | 115 |
| Binary | 11010110 | 11011010 | 10101111 | 10 | 0 | 10100 | 1111 | 1000010 | 100101 | 1001101 |
Color Harmonies of #D6DAAF
Complementary color
Monochromatic Colors of #D6DAAF
Black with #D6DAAF
Text Example
Text Example
White with #D6DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAAF; }
p { color: rgb(214,218,175); }
H1.HeaderClassName
{
color: #D6DAAF;
}
.AnyTagClassName
{
color: #D6DAAF;
}
</style>
background-color css
<style>
a { background-color: #D6DAAF; }
a { background-color: rgb(214,218,175); }
div.DivClassName
{
background-color: #D6DAAF;
}
.BgClassName
{
background-color: #D6DAAF;
}
</style>
border-color css
<style>
span { border-color: #D6DAAF; }
span { border-color: rgb(214,218,175); }
td.TdClassName
{
border-color: #D6DAAF;
}
.TagClassName
{
border-color: #D6DAAF;
}
</style>