Shades of Orinoco #D0DAA3
Tints of Orinoco #D0DAA3
RGB
CMYK
RGB Variations
Color information
#D0DAA3 (or 0xD0DAA3) is known color: Orinoco. HEX triplet: D0, DA and A3. RGB value is (208,218,163). Sum of RGB (Red+Green+Blue) = 208+218+163=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAA3 is #2F255C. Grayscale: #D0D0D0. Windows color (decimal): -3089757 or 10738384. OLE color: 10738384.
HSL color Cylindrical-coordinate representation of color #D0DAA3: hue angle of 70.91º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0DAA3 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 163 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.15 |
| HSL | 70.91º | 0.43% | 0.75% | - |
| HSV(B) | 70.91º | 0.25% | 0.85% | - |
| XYZ | 57.69 | 66.2 | 44.39 | - |
| YUV | 208.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 163 | 0.05 | 0 | 0.25 | 0.15 | 70.91 | 0.43 | 0.75 |
| Hex | D0 | DA | A3 | 5 | 0 | 19 | F | 47 | 2B | 4B |
| Octal | 320 | 332 | 243 | 5 | 0 | 31 | 17 | 107 | 53 | 113 |
| Binary | 11010000 | 11011010 | 10100011 | 101 | 0 | 11001 | 1111 | 1000111 | 101011 | 1001011 |
Color Harmonies of #D0DAA3
Complementary color
Monochromatic Colors of #D0DAA3
Black with #D0DAA3
Text Example
Text Example
White with #D0DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAA3; }
p { color: rgb(208,218,163); }
H1.HeaderClassName
{
color: #D0DAA3;
}
.AnyTagClassName
{
color: #D0DAA3;
}
</style>
background-color css
<style>
a { background-color: #D0DAA3; }
a { background-color: rgb(208,218,163); }
div.DivClassName
{
background-color: #D0DAA3;
}
.BgClassName
{
background-color: #D0DAA3;
}
</style>
border-color css
<style>
span { border-color: #D0DAA3; }
span { border-color: rgb(208,218,163); }
td.TdClassName
{
border-color: #D0DAA3;
}
.TagClassName
{
border-color: #D0DAA3;
}
</style>