Shades of Orinoco #D1D5A2
Tints of Orinoco #D1D5A2
RGB
CMYK
RGB Variations
Color information
#D1D5A2 (or 0xD1D5A2) is known color: Orinoco. HEX triplet: D1, D5 and A2. RGB value is (209,213,162). Sum of RGB (Red+Green+Blue) = 209+213+162=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D5A2 is #2E2A5D. Grayscale: #CECECE. Windows color (decimal): -3025502 or 10671569. OLE color: 10671569.
HSL color Cylindrical-coordinate representation of color #D1D5A2: hue angle of 64.71º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1D5A2 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 162 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.16 |
| HSL | 64.71º | 0.38% | 0.74% | - |
| HSV(B) | 64.71º | 0.24% | 0.84% | - |
| XYZ | 56.61 | 63.75 | 43.5 | - |
| YUV | 205.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 162 | 0.02 | 0 | 0.24 | 0.16 | 64.71 | 0.38 | 0.74 |
| Hex | D1 | D5 | A2 | 2 | 0 | 18 | 10 | 41 | 26 | 4A |
| Octal | 321 | 325 | 242 | 2 | 0 | 30 | 20 | 101 | 46 | 112 |
| Binary | 11010001 | 11010101 | 10100010 | 10 | 0 | 11000 | 10000 | 1000001 | 100110 | 1001010 |
Color Harmonies of #D1D5A2
Complementary color
Monochromatic Colors of #D1D5A2
Black with #D1D5A2
Text Example
Text Example
White with #D1D5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5A2; }
p { color: rgb(209,213,162); }
H1.HeaderClassName
{
color: #D1D5A2;
}
.AnyTagClassName
{
color: #D1D5A2;
}
</style>
background-color css
<style>
a { background-color: #D1D5A2; }
a { background-color: rgb(209,213,162); }
div.DivClassName
{
background-color: #D1D5A2;
}
.BgClassName
{
background-color: #D1D5A2;
}
</style>
border-color css
<style>
span { border-color: #D1D5A2; }
span { border-color: rgb(209,213,162); }
td.TdClassName
{
border-color: #D1D5A2;
}
.TagClassName
{
border-color: #D1D5A2;
}
</style>