Shades of Orinoco #D0DAA5
Tints of Orinoco #D0DAA5
RGB
CMYK
RGB Variations
Color information
#D0DAA5 (or 0xD0DAA5) is known color: Orinoco. HEX triplet: D0, DA and A5. RGB value is (208,218,165). Sum of RGB (Red+Green+Blue) = 208+218+165=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAA5 is #2F255A. Grayscale: #D1D1D1. Windows color (decimal): -3089755 or 10869456. OLE color: 10869456.
HSL color Cylindrical-coordinate representation of color #D0DAA5: hue angle of 71.32º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0DAA5 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 165 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.15 |
| HSL | 71.32º | 0.42% | 0.75% | - |
| HSV(B) | 71.32º | 0.24% | 0.85% | - |
| XYZ | 57.88 | 66.27 | 45.34 | - |
| YUV | 208.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 165 | 0.05 | 0 | 0.24 | 0.15 | 71.32 | 0.42 | 0.75 |
| Hex | D0 | DA | A5 | 5 | 0 | 18 | F | 47 | 2A | 4B |
| Octal | 320 | 332 | 245 | 5 | 0 | 30 | 17 | 107 | 52 | 113 |
| Binary | 11010000 | 11011010 | 10100101 | 101 | 0 | 11000 | 1111 | 1000111 | 101010 | 1001011 |
Color Harmonies of #D0DAA5
Complementary color
Monochromatic Colors of #D0DAA5
Black with #D0DAA5
Text Example
Text Example
White with #D0DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAA5; }
p { color: rgb(208,218,165); }
H1.HeaderClassName
{
color: #D0DAA5;
}
.AnyTagClassName
{
color: #D0DAA5;
}
</style>
background-color css
<style>
a { background-color: #D0DAA5; }
a { background-color: rgb(208,218,165); }
div.DivClassName
{
background-color: #D0DAA5;
}
.BgClassName
{
background-color: #D0DAA5;
}
</style>
border-color css
<style>
span { border-color: #D0DAA5; }
span { border-color: rgb(208,218,165); }
td.TdClassName
{
border-color: #D0DAA5;
}
.TagClassName
{
border-color: #D0DAA5;
}
</style>