Shades of Orinoco #D0D8AA
Tints of Orinoco #D0D8AA
RGB
CMYK
RGB Variations
Color information
#D0D8AA (or 0xD0D8AA) is known color: Orinoco. HEX triplet: D0, D8 and AA. RGB value is (208,216,170). Sum of RGB (Red+Green+Blue) = 208+216+170=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D8AA is #2F2755. Grayscale: #D0D0D0. Windows color (decimal): -3090262 or 11196624. OLE color: 11196624.
HSL color Cylindrical-coordinate representation of color #D0D8AA: hue angle of 70.43º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0D8AA is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 170 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.15 |
| HSL | 70.43º | 0.37% | 0.76% | - |
| HSV(B) | 70.43º | 0.21% | 0.85% | - |
| XYZ | 57.82 | 65.42 | 47.61 | - |
| YUV | 208.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 170 | 0.04 | 0 | 0.21 | 0.15 | 70.43 | 0.37 | 0.76 |
| Hex | D0 | D8 | AA | 4 | 0 | 15 | F | 46 | 25 | 4C |
| Octal | 320 | 330 | 252 | 4 | 0 | 25 | 17 | 106 | 45 | 114 |
| Binary | 11010000 | 11011000 | 10101010 | 100 | 0 | 10101 | 1111 | 1000110 | 100101 | 1001100 |
Color Harmonies of #D0D8AA
Complementary color
Monochromatic Colors of #D0D8AA
Black with #D0D8AA
Text Example
Text Example
White with #D0D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8AA; }
p { color: rgb(208,216,170); }
H1.HeaderClassName
{
color: #D0D8AA;
}
.AnyTagClassName
{
color: #D0D8AA;
}
</style>
background-color css
<style>
a { background-color: #D0D8AA; }
a { background-color: rgb(208,216,170); }
div.DivClassName
{
background-color: #D0D8AA;
}
.BgClassName
{
background-color: #D0D8AA;
}
</style>
border-color css
<style>
span { border-color: #D0D8AA; }
span { border-color: rgb(208,216,170); }
td.TdClassName
{
border-color: #D0D8AA;
}
.TagClassName
{
border-color: #D0D8AA;
}
</style>