Shades of Orinoco #D0DBA6
Tints of Orinoco #D0DBA6
RGB
CMYK
RGB Variations
Color information
#D0DBA6 (or 0xD0DBA6) is known color: Orinoco. HEX triplet: D0, DB and A6. RGB value is (208,219,166). Sum of RGB (Red+Green+Blue) = 208+219+166=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBA6 is #2F2459. Grayscale: #D1D1D1. Windows color (decimal): -3089498 or 10935248. OLE color: 10935248.
HSL color Cylindrical-coordinate representation of color #D0DBA6: hue angle of 72.45º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0DBA6 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 166 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.14 |
| HSL | 72.45º | 0.42% | 0.75% | - |
| HSV(B) | 72.45º | 0.24% | 0.86% | - |
| XYZ | 58.23 | 66.83 | 45.91 | - |
| YUV | 209.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 166 | 0.05 | 0 | 0.24 | 0.14 | 72.45 | 0.42 | 0.75 |
| Hex | D0 | DB | A6 | 5 | 0 | 18 | E | 48 | 2A | 4B |
| Octal | 320 | 333 | 246 | 5 | 0 | 30 | 16 | 110 | 52 | 113 |
| Binary | 11010000 | 11011011 | 10100110 | 101 | 0 | 11000 | 1110 | 1001000 | 101010 | 1001011 |
Color Harmonies of #D0DBA6
Complementary color
Monochromatic Colors of #D0DBA6
Black with #D0DBA6
Text Example
Text Example
White with #D0DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBA6; }
p { color: rgb(208,219,166); }
H1.HeaderClassName
{
color: #D0DBA6;
}
.AnyTagClassName
{
color: #D0DBA6;
}
</style>
background-color css
<style>
a { background-color: #D0DBA6; }
a { background-color: rgb(208,219,166); }
div.DivClassName
{
background-color: #D0DBA6;
}
.BgClassName
{
background-color: #D0DBA6;
}
</style>
border-color css
<style>
span { border-color: #D0DBA6; }
span { border-color: rgb(208,219,166); }
td.TdClassName
{
border-color: #D0DBA6;
}
.TagClassName
{
border-color: #D0DBA6;
}
</style>