Shades of Orinoco #D0D2A2
Tints of Orinoco #D0D2A2
RGB
CMYK
RGB Variations
Color information
#D0D2A2 (or 0xD0D2A2) is known color: Orinoco. HEX triplet: D0, D2 and A2. RGB value is (208,210,162). Sum of RGB (Red+Green+Blue) = 208+210+162=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D2A2 is #2F2D5D. Grayscale: #CCCCCC. Windows color (decimal): -3091806 or 10670800. OLE color: 10670800.
HSL color Cylindrical-coordinate representation of color #D0D2A2: hue angle of 62.5º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0D2A2 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 162 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.18 |
| HSL | 62.5º | 0.35% | 0.73% | - |
| HSV(B) | 62.5º | 0.23% | 0.82% | - |
| XYZ | 55.58 | 62.11 | 43.24 | - |
| YUV | 203.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 162 | 0.01 | 0 | 0.23 | 0.18 | 62.5 | 0.35 | 0.73 |
| Hex | D0 | D2 | A2 | 1 | 0 | 17 | 12 | 3F | 23 | 49 |
| Octal | 320 | 322 | 242 | 1 | 0 | 27 | 22 | 77 | 43 | 111 |
| Binary | 11010000 | 11010010 | 10100010 | 1 | 0 | 10111 | 10010 | 111111 | 100011 | 1001001 |
Color Harmonies of #D0D2A2
Complementary color
Monochromatic Colors of #D0D2A2
Black with #D0D2A2
Text Example
Text Example
White with #D0D2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2A2; }
p { color: rgb(208,210,162); }
H1.HeaderClassName
{
color: #D0D2A2;
}
.AnyTagClassName
{
color: #D0D2A2;
}
</style>
background-color css
<style>
a { background-color: #D0D2A2; }
a { background-color: rgb(208,210,162); }
div.DivClassName
{
background-color: #D0D2A2;
}
.BgClassName
{
background-color: #D0D2A2;
}
</style>
border-color css
<style>
span { border-color: #D0D2A2; }
span { border-color: rgb(208,210,162); }
td.TdClassName
{
border-color: #D0D2A2;
}
.TagClassName
{
border-color: #D0D2A2;
}
</style>