Shades of Orinoco #D0D8AE
Tints of Orinoco #D0D8AE
RGB
CMYK
RGB Variations
Color information
#D0D8AE (or 0xD0D8AE) is known color: Orinoco. HEX triplet: D0, D8 and AE. RGB value is (208,216,174). Sum of RGB (Red+Green+Blue) = 208+216+174=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D8AE is #2F2751. Grayscale: #D0D0D0. Windows color (decimal): -3090258 or 11458768. OLE color: 11458768.
HSL color Cylindrical-coordinate representation of color #D0D8AE: hue angle of 71.43º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0D8AE is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 174 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.15 |
| HSL | 71.43º | 0.35% | 0.76% | - |
| HSV(B) | 71.43º | 0.19% | 0.85% | - |
| XYZ | 58.21 | 65.58 | 49.63 | - |
| YUV | 208.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 174 | 0.04 | 0 | 0.19 | 0.15 | 71.43 | 0.35 | 0.76 |
| Hex | D0 | D8 | AE | 4 | 0 | 13 | F | 47 | 23 | 4C |
| Octal | 320 | 330 | 256 | 4 | 0 | 23 | 17 | 107 | 43 | 114 |
| Binary | 11010000 | 11011000 | 10101110 | 100 | 0 | 10011 | 1111 | 1000111 | 100011 | 1001100 |
Color Harmonies of #D0D8AE
Complementary color
Monochromatic Colors of #D0D8AE
Black with #D0D8AE
Text Example
Text Example
White with #D0D8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8AE; }
p { color: rgb(208,216,174); }
H1.HeaderClassName
{
color: #D0D8AE;
}
.AnyTagClassName
{
color: #D0D8AE;
}
</style>
background-color css
<style>
a { background-color: #D0D8AE; }
a { background-color: rgb(208,216,174); }
div.DivClassName
{
background-color: #D0D8AE;
}
.BgClassName
{
background-color: #D0D8AE;
}
</style>
border-color css
<style>
span { border-color: #D0D8AE; }
span { border-color: rgb(208,216,174); }
td.TdClassName
{
border-color: #D0D8AE;
}
.TagClassName
{
border-color: #D0D8AE;
}
</style>