Shades of Orinoco #D6D3AB
Tints of Orinoco #D6D3AB
RGB
CMYK
RGB Variations
Color information
#D6D3AB (or 0xD6D3AB) is known color: Orinoco. HEX triplet: D6, D3 and AB. RGB value is (214,211,171). Sum of RGB (Red+Green+Blue) = 214+211+171=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D3AB is #292C54. Grayscale: #CFCFCF. Windows color (decimal): -2698325 or 11260886. OLE color: 11260886.
HSL color Cylindrical-coordinate representation of color #D6D3AB: hue angle of 55.81º 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 #D6D3AB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 171 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.16 |
| HSL | 55.81º | 0.34% | 0.75% | - |
| HSV(B) | 55.81º | 0.2% | 0.84% | - |
| XYZ | 58.38 | 63.82 | 47.77 | - |
| YUV | 207.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 171 | 0 | 0.01 | 0.20 | 0.16 | 55.81 | 0.34 | 0.75 |
| Hex | D6 | D3 | AB | 0 | 1 | 14 | 10 | 38 | 22 | 4B |
| Octal | 326 | 323 | 253 | 0 | 1 | 24 | 20 | 70 | 42 | 113 |
| Binary | 11010110 | 11010011 | 10101011 | 0 | 1 | 10100 | 10000 | 111000 | 100010 | 1001011 |
Color Harmonies of #D6D3AB
Complementary color
Monochromatic Colors of #D6D3AB
Black with #D6D3AB
Text Example
Text Example
White with #D6D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3AB; }
p { color: rgb(214,211,171); }
H1.HeaderClassName
{
color: #D6D3AB;
}
.AnyTagClassName
{
color: #D6D3AB;
}
</style>
background-color css
<style>
a { background-color: #D6D3AB; }
a { background-color: rgb(214,211,171); }
div.DivClassName
{
background-color: #D6D3AB;
}
.BgClassName
{
background-color: #D6D3AB;
}
</style>
border-color css
<style>
span { border-color: #D6D3AB; }
span { border-color: rgb(214,211,171); }
td.TdClassName
{
border-color: #D6D3AB;
}
.TagClassName
{
border-color: #D6D3AB;
}
</style>