Shades of Orinoco #D3D6AA
Tints of Orinoco #D3D6AA
RGB
CMYK
RGB Variations
Color information
#D3D6AA (or 0xD3D6AA) is known color: Orinoco. HEX triplet: D3, D6 and AA. RGB value is (211,214,170). Sum of RGB (Red+Green+Blue) = 211+214+170=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D6AA is #2C2955. Grayscale: #D0D0D0. Windows color (decimal): -2894166 or 11196115. OLE color: 11196115.
HSL color Cylindrical-coordinate representation of color #D3D6AA: hue angle of 64.09º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3D6AA is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 170 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.16 |
| HSL | 64.09º | 0.35% | 0.75% | - |
| HSV(B) | 64.09º | 0.21% | 0.84% | - |
| XYZ | 58.17 | 64.84 | 47.48 | - |
| YUV | 208.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 170 | 0.01 | 0 | 0.21 | 0.16 | 64.09 | 0.35 | 0.75 |
| Hex | D3 | D6 | AA | 1 | 0 | 15 | 10 | 40 | 23 | 4B |
| Octal | 323 | 326 | 252 | 1 | 0 | 25 | 20 | 100 | 43 | 113 |
| Binary | 11010011 | 11010110 | 10101010 | 1 | 0 | 10101 | 10000 | 1000000 | 100011 | 1001011 |
Color Harmonies of #D3D6AA
Complementary color
Monochromatic Colors of #D3D6AA
Black with #D3D6AA
Text Example
Text Example
White with #D3D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D6AA; }
p { color: rgb(211,214,170); }
H1.HeaderClassName
{
color: #D3D6AA;
}
.AnyTagClassName
{
color: #D3D6AA;
}
</style>
background-color css
<style>
a { background-color: #D3D6AA; }
a { background-color: rgb(211,214,170); }
div.DivClassName
{
background-color: #D3D6AA;
}
.BgClassName
{
background-color: #D3D6AA;
}
</style>
border-color css
<style>
span { border-color: #D3D6AA; }
span { border-color: rgb(211,214,170); }
td.TdClassName
{
border-color: #D3D6AA;
}
.TagClassName
{
border-color: #D3D6AA;
}
</style>