Shades of Orinoco #D0D2A3
Tints of Orinoco #D0D2A3
RGB
CMYK
RGB Variations
Color information
#D0D2A3 (or 0xD0D2A3) is known color: Orinoco. HEX triplet: D0, D2 and A3. RGB value is (208,210,163). Sum of RGB (Red+Green+Blue) = 208+210+163=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D2A3 is #2F2D5C. Grayscale: #CCCCCC. Windows color (decimal): -3091805 or 10736336. OLE color: 10736336.
HSL color Cylindrical-coordinate representation of color #D0D2A3: hue angle of 62.55º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0D2A3 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 163 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.18 |
| HSL | 62.55º | 0.34% | 0.73% | - |
| HSV(B) | 62.55º | 0.22% | 0.82% | - |
| XYZ | 55.67 | 62.15 | 43.71 | - |
| YUV | 204.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 163 | 0.01 | 0 | 0.22 | 0.18 | 62.55 | 0.34 | 0.73 |
| Hex | D0 | D2 | A3 | 1 | 0 | 16 | 12 | 3F | 22 | 49 |
| Octal | 320 | 322 | 243 | 1 | 0 | 26 | 22 | 77 | 42 | 111 |
| Binary | 11010000 | 11010010 | 10100011 | 1 | 0 | 10110 | 10010 | 111111 | 100010 | 1001001 |
Color Harmonies of #D0D2A3
Complementary color
Monochromatic Colors of #D0D2A3
Black with #D0D2A3
Text Example
Text Example
White with #D0D2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2A3; }
p { color: rgb(208,210,163); }
H1.HeaderClassName
{
color: #D0D2A3;
}
.AnyTagClassName
{
color: #D0D2A3;
}
</style>
background-color css
<style>
a { background-color: #D0D2A3; }
a { background-color: rgb(208,210,163); }
div.DivClassName
{
background-color: #D0D2A3;
}
.BgClassName
{
background-color: #D0D2A3;
}
</style>
border-color css
<style>
span { border-color: #D0D2A3; }
span { border-color: rgb(208,210,163); }
td.TdClassName
{
border-color: #D0D2A3;
}
.TagClassName
{
border-color: #D0D2A3;
}
</style>