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