Shades of Orinoco #D6D4AB
Tints of Orinoco #D6D4AB
RGB
CMYK
RGB Variations
Color information
#D6D4AB (or 0xD6D4AB) is known color: Orinoco. HEX triplet: D6, D4 and AB. RGB value is (214,212,171). Sum of RGB (Red+Green+Blue) = 214+212+171=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D4AB is #292B54. Grayscale: #D0D0D0. Windows color (decimal): -2698069 or 11261142. OLE color: 11261142.
HSL color Cylindrical-coordinate representation of color #D6D4AB: hue angle of 57.21º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6D4AB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 212 | 171 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.16 |
| HSL | 57.21º | 0.34% | 0.75% | - |
| HSV(B) | 57.21º | 0.2% | 0.84% | - |
| XYZ | 58.63 | 64.32 | 47.85 | - |
| YUV | 207.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 212 | 171 | 0 | 0.01 | 0.20 | 0.16 | 57.21 | 0.34 | 0.75 |
| Hex | D6 | D4 | AB | 0 | 1 | 14 | 10 | 39 | 22 | 4B |
| Octal | 326 | 324 | 253 | 0 | 1 | 24 | 20 | 71 | 42 | 113 |
| Binary | 11010110 | 11010100 | 10101011 | 0 | 1 | 10100 | 10000 | 111001 | 100010 | 1001011 |
Color Harmonies of #D6D4AB
Complementary color
Monochromatic Colors of #D6D4AB
Black with #D6D4AB
Text Example
Text Example
White with #D6D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4AB; }
p { color: rgb(214,212,171); }
H1.HeaderClassName
{
color: #D6D4AB;
}
.AnyTagClassName
{
color: #D6D4AB;
}
</style>
background-color css
<style>
a { background-color: #D6D4AB; }
a { background-color: rgb(214,212,171); }
div.DivClassName
{
background-color: #D6D4AB;
}
.BgClassName
{
background-color: #D6D4AB;
}
</style>
border-color css
<style>
span { border-color: #D6D4AB; }
span { border-color: rgb(214,212,171); }
td.TdClassName
{
border-color: #D6D4AB;
}
.TagClassName
{
border-color: #D6D4AB;
}
</style>