Shades of Orinoco #D1D2AB
Tints of Orinoco #D1D2AB
RGB
CMYK
RGB Variations
Color information
#D1D2AB (or 0xD1D2AB) is known color: Orinoco. HEX triplet: D1, D2 and AB. RGB value is (209,210,171). Sum of RGB (Red+Green+Blue) = 209+210+171=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D2AB is #2E2D54. Grayscale: #CDCDCD. Windows color (decimal): -3026261 or 11260625. OLE color: 11260625.
HSL color Cylindrical-coordinate representation of color #D1D2AB: hue angle of 61.54º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1D2AB is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 171 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.18 |
| HSL | 61.54º | 0.3% | 0.75% | - |
| HSV(B) | 61.54º | 0.19% | 0.82% | - |
| XYZ | 56.69 | 62.59 | 47.62 | - |
| YUV | 205.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 171 | 0.00 | 0 | 0.19 | 0.18 | 61.54 | 0.3 | 0.75 |
| Hex | D1 | D2 | AB | 0 | 0 | 13 | 12 | 3E | 1E | 4B |
| Octal | 321 | 322 | 253 | 0 | 0 | 23 | 22 | 76 | 36 | 113 |
| Binary | 11010001 | 11010010 | 10101011 | 0 | 0 | 10011 | 10010 | 111110 | 11110 | 1001011 |
Color Harmonies of #D1D2AB
Complementary color
Monochromatic Colors of #D1D2AB
Black with #D1D2AB
Text Example
Text Example
White with #D1D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2AB; }
p { color: rgb(209,210,171); }
H1.HeaderClassName
{
color: #D1D2AB;
}
.AnyTagClassName
{
color: #D1D2AB;
}
</style>
background-color css
<style>
a { background-color: #D1D2AB; }
a { background-color: rgb(209,210,171); }
div.DivClassName
{
background-color: #D1D2AB;
}
.BgClassName
{
background-color: #D1D2AB;
}
</style>
border-color css
<style>
span { border-color: #D1D2AB; }
span { border-color: rgb(209,210,171); }
td.TdClassName
{
border-color: #D1D2AB;
}
.TagClassName
{
border-color: #D1D2AB;
}
</style>