Shades of Orinoco #D1D5A7
Tints of Orinoco #D1D5A7
RGB
CMYK
RGB Variations
Color information
#D1D5A7 (or 0xD1D5A7) is known color: Orinoco. HEX triplet: D1, D5 and A7. RGB value is (209,213,167). Sum of RGB (Red+Green+Blue) = 209+213+167=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D5A7 is #2E2A58. Grayscale: #CECECE. Windows color (decimal): -3025497 or 10999249. OLE color: 10999249.
HSL color Cylindrical-coordinate representation of color #D1D5A7: hue angle of 65.22º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1D5A7 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 167 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.16 |
| HSL | 65.22º | 0.35% | 0.75% | - |
| HSV(B) | 65.22º | 0.22% | 0.84% | - |
| XYZ | 57.06 | 63.93 | 45.89 | - |
| YUV | 206.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 167 | 0.02 | 0 | 0.22 | 0.16 | 65.22 | 0.35 | 0.75 |
| Hex | D1 | D5 | A7 | 2 | 0 | 16 | 10 | 41 | 23 | 4B |
| Octal | 321 | 325 | 247 | 2 | 0 | 26 | 20 | 101 | 43 | 113 |
| Binary | 11010001 | 11010101 | 10100111 | 10 | 0 | 10110 | 10000 | 1000001 | 100011 | 1001011 |
Color Harmonies of #D1D5A7
Complementary color
Monochromatic Colors of #D1D5A7
Black with #D1D5A7
Text Example
Text Example
White with #D1D5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5A7; }
p { color: rgb(209,213,167); }
H1.HeaderClassName
{
color: #D1D5A7;
}
.AnyTagClassName
{
color: #D1D5A7;
}
</style>
background-color css
<style>
a { background-color: #D1D5A7; }
a { background-color: rgb(209,213,167); }
div.DivClassName
{
background-color: #D1D5A7;
}
.BgClassName
{
background-color: #D1D5A7;
}
</style>
border-color css
<style>
span { border-color: #D1D5A7; }
span { border-color: rgb(209,213,167); }
td.TdClassName
{
border-color: #D1D5A7;
}
.TagClassName
{
border-color: #D1D5A7;
}
</style>