Shades of Orinoco #D3D1A7
Tints of Orinoco #D3D1A7
RGB
CMYK
RGB Variations
Color information
#D3D1A7 (or 0xD3D1A7) is known color: Orinoco. HEX triplet: D3, D1 and A7. RGB value is (211,209,167). Sum of RGB (Red+Green+Blue) = 211+209+167=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D1A7 is #2C2E58. Grayscale: #CCCCCC. Windows color (decimal): -2895449 or 10998227. OLE color: 10998227.
HSL color Cylindrical-coordinate representation of color #D3D1A7: hue angle of 57.27º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3D1A7 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 209 | 167 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.17 |
| HSL | 57.27º | 0.33% | 0.74% | - |
| HSV(B) | 57.27º | 0.21% | 0.83% | - |
| XYZ | 56.64 | 62.24 | 45.59 | - |
| YUV | 204.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 167 | 0 | 0.01 | 0.21 | 0.17 | 57.27 | 0.33 | 0.74 |
| Hex | D3 | D1 | A7 | 0 | 1 | 15 | 11 | 39 | 21 | 4A |
| Octal | 323 | 321 | 247 | 0 | 1 | 25 | 21 | 71 | 41 | 112 |
| Binary | 11010011 | 11010001 | 10100111 | 0 | 1 | 10101 | 10001 | 111001 | 100001 | 1001010 |
Color Harmonies of #D3D1A7
Complementary color
Monochromatic Colors of #D3D1A7
Black with #D3D1A7
Text Example
Text Example
White with #D3D1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1A7; }
p { color: rgb(211,209,167); }
H1.HeaderClassName
{
color: #D3D1A7;
}
.AnyTagClassName
{
color: #D3D1A7;
}
</style>
background-color css
<style>
a { background-color: #D3D1A7; }
a { background-color: rgb(211,209,167); }
div.DivClassName
{
background-color: #D3D1A7;
}
.BgClassName
{
background-color: #D3D1A7;
}
</style>
border-color css
<style>
span { border-color: #D3D1A7; }
span { border-color: rgb(211,209,167); }
td.TdClassName
{
border-color: #D3D1A7;
}
.TagClassName
{
border-color: #D3D1A7;
}
</style>