Shades of Orinoco #D0D7A9
Tints of Orinoco #D0D7A9
RGB
CMYK
RGB Variations
Color information
#D0D7A9 (or 0xD0D7A9) is known color: Orinoco. HEX triplet: D0, D7 and A9. RGB value is (208,215,169). Sum of RGB (Red+Green+Blue) = 208+215+169=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D7A9 is #2F2856. Grayscale: #CFCFCF. Windows color (decimal): -3090519 or 11130832. OLE color: 11130832.
HSL color Cylindrical-coordinate representation of color #D0D7A9: hue angle of 69.13º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0D7A9 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 169 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.16 |
| HSL | 69.13º | 0.37% | 0.75% | - |
| HSV(B) | 69.13º | 0.21% | 0.84% | - |
| XYZ | 57.47 | 64.88 | 47.03 | - |
| YUV | 207.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 169 | 0.03 | 0 | 0.21 | 0.16 | 69.13 | 0.37 | 0.75 |
| Hex | D0 | D7 | A9 | 3 | 0 | 15 | 10 | 45 | 25 | 4B |
| Octal | 320 | 327 | 251 | 3 | 0 | 25 | 20 | 105 | 45 | 113 |
| Binary | 11010000 | 11010111 | 10101001 | 11 | 0 | 10101 | 10000 | 1000101 | 100101 | 1001011 |
Color Harmonies of #D0D7A9
Complementary color
Monochromatic Colors of #D0D7A9
Black with #D0D7A9
Text Example
Text Example
White with #D0D7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7A9; }
p { color: rgb(208,215,169); }
H1.HeaderClassName
{
color: #D0D7A9;
}
.AnyTagClassName
{
color: #D0D7A9;
}
</style>
background-color css
<style>
a { background-color: #D0D7A9; }
a { background-color: rgb(208,215,169); }
div.DivClassName
{
background-color: #D0D7A9;
}
.BgClassName
{
background-color: #D0D7A9;
}
</style>
border-color css
<style>
span { border-color: #D0D7A9; }
span { border-color: rgb(208,215,169); }
td.TdClassName
{
border-color: #D0D7A9;
}
.TagClassName
{
border-color: #D0D7A9;
}
</style>