Shades of Orinoco #D0D2AB
Tints of Orinoco #D0D2AB
RGB
CMYK
RGB Variations
Color information
#D0D2AB (or 0xD0D2AB) is known color: Orinoco. HEX triplet: D0, D2 and AB. RGB value is (208,210,171). Sum of RGB (Red+Green+Blue) = 208+210+171=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D2AB is #2F2D54. Grayscale: #CDCDCD. Windows color (decimal): -3091797 or 11260624. OLE color: 11260624.
HSL color Cylindrical-coordinate representation of color #D0D2AB: hue angle of 63.08º 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 #D0D2AB is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 171 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.18 |
| HSL | 63.08º | 0.3% | 0.75% | - |
| HSV(B) | 63.08º | 0.19% | 0.82% | - |
| XYZ | 56.41 | 62.44 | 47.61 | - |
| YUV | 204.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 171 | 0.01 | 0 | 0.19 | 0.18 | 63.08 | 0.3 | 0.75 |
| Hex | D0 | D2 | AB | 1 | 0 | 13 | 12 | 3F | 1E | 4B |
| Octal | 320 | 322 | 253 | 1 | 0 | 23 | 22 | 77 | 36 | 113 |
| Binary | 11010000 | 11010010 | 10101011 | 1 | 0 | 10011 | 10010 | 111111 | 11110 | 1001011 |
Color Harmonies of #D0D2AB
Complementary color
Monochromatic Colors of #D0D2AB
Black with #D0D2AB
Text Example
Text Example
White with #D0D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2AB; }
p { color: rgb(208,210,171); }
H1.HeaderClassName
{
color: #D0D2AB;
}
.AnyTagClassName
{
color: #D0D2AB;
}
</style>
background-color css
<style>
a { background-color: #D0D2AB; }
a { background-color: rgb(208,210,171); }
div.DivClassName
{
background-color: #D0D2AB;
}
.BgClassName
{
background-color: #D0D2AB;
}
</style>
border-color css
<style>
span { border-color: #D0D2AB; }
span { border-color: rgb(208,210,171); }
td.TdClassName
{
border-color: #D0D2AB;
}
.TagClassName
{
border-color: #D0D2AB;
}
</style>