Shades of Orinoco #D0D6A0
Tints of Orinoco #D0D6A0
RGB
CMYK
RGB Variations
Color information
#D0D6A0 (or 0xD0D6A0) is known color: Orinoco. HEX triplet: D0, D6 and A0. RGB value is (208,214,160). Sum of RGB (Red+Green+Blue) = 208+214+160=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D6A0 is #2F295F. Grayscale: #CECECE. Windows color (decimal): -3090784 or 10540752. OLE color: 10540752.
HSL color Cylindrical-coordinate representation of color #D0D6A0: hue angle of 66.67º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0D6A0 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 160 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.16 |
| HSL | 66.67º | 0.4% | 0.73% | - |
| HSV(B) | 66.67º | 0.25% | 0.84% | - |
| XYZ | 56.4 | 64.04 | 42.65 | - |
| YUV | 206.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 160 | 0.03 | 0 | 0.25 | 0.16 | 66.67 | 0.4 | 0.73 |
| Hex | D0 | D6 | A0 | 3 | 0 | 19 | 10 | 43 | 28 | 49 |
| Octal | 320 | 326 | 240 | 3 | 0 | 31 | 20 | 103 | 50 | 111 |
| Binary | 11010000 | 11010110 | 10100000 | 11 | 0 | 11001 | 10000 | 1000011 | 101000 | 1001001 |
Color Harmonies of #D0D6A0
Complementary color
Monochromatic Colors of #D0D6A0
Black with #D0D6A0
Text Example
Text Example
White with #D0D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6A0; }
p { color: rgb(208,214,160); }
H1.HeaderClassName
{
color: #D0D6A0;
}
.AnyTagClassName
{
color: #D0D6A0;
}
</style>
background-color css
<style>
a { background-color: #D0D6A0; }
a { background-color: rgb(208,214,160); }
div.DivClassName
{
background-color: #D0D6A0;
}
.BgClassName
{
background-color: #D0D6A0;
}
</style>
border-color css
<style>
span { border-color: #D0D6A0; }
span { border-color: rgb(208,214,160); }
td.TdClassName
{
border-color: #D0D6A0;
}
.TagClassName
{
border-color: #D0D6A0;
}
</style>