Shades of Orinoco #D1D0A5
Tints of Orinoco #D1D0A5
RGB
CMYK
RGB Variations
Color information
#D1D0A5 (or 0xD1D0A5) is known color: Orinoco. HEX triplet: D1, D0 and A5. RGB value is (209,208,165). Sum of RGB (Red+Green+Blue) = 209+208+165=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D0A5 is #2E2F5A. Grayscale: #CBCBCB. Windows color (decimal): -3026779 or 10866897. OLE color: 10866897.
HSL color Cylindrical-coordinate representation of color #D1D0A5: hue angle of 58.64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1D0A5 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 165 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.18 |
| HSL | 58.64º | 0.32% | 0.73% | - |
| HSV(B) | 58.64º | 0.21% | 0.82% | - |
| XYZ | 55.64 | 61.38 | 44.51 | - |
| YUV | 203.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 165 | 0 | 0.00 | 0.21 | 0.18 | 58.64 | 0.32 | 0.73 |
| Hex | D1 | D0 | A5 | 0 | 0 | 15 | 12 | 3B | 20 | 49 |
| Octal | 321 | 320 | 245 | 0 | 0 | 25 | 22 | 73 | 40 | 111 |
| Binary | 11010001 | 11010000 | 10100101 | 0 | 0 | 10101 | 10010 | 111011 | 100000 | 1001001 |
Color Harmonies of #D1D0A5
Complementary color
Monochromatic Colors of #D1D0A5
Black with #D1D0A5
Text Example
Text Example
White with #D1D0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0A5; }
p { color: rgb(209,208,165); }
H1.HeaderClassName
{
color: #D1D0A5;
}
.AnyTagClassName
{
color: #D1D0A5;
}
</style>
background-color css
<style>
a { background-color: #D1D0A5; }
a { background-color: rgb(209,208,165); }
div.DivClassName
{
background-color: #D1D0A5;
}
.BgClassName
{
background-color: #D1D0A5;
}
</style>
border-color css
<style>
span { border-color: #D1D0A5; }
span { border-color: rgb(209,208,165); }
td.TdClassName
{
border-color: #D1D0A5;
}
.TagClassName
{
border-color: #D1D0A5;
}
</style>