Shades of Orinoco #D0DBA9
Tints of Orinoco #D0DBA9
RGB
CMYK
RGB Variations
Color information
#D0DBA9 (or 0xD0DBA9) is known color: Orinoco. HEX triplet: D0, DB and A9. RGB value is (208,219,169). Sum of RGB (Red+Green+Blue) = 208+219+169=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBA9 is #2F2456. Grayscale: #D2D2D2. Windows color (decimal): -3089495 or 11131856. OLE color: 11131856.
HSL color Cylindrical-coordinate representation of color #D0DBA9: hue angle of 73.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0DBA9 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 169 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.14 |
| HSL | 73.2º | 0.41% | 0.76% | - |
| HSV(B) | 73.2º | 0.23% | 0.86% | - |
| XYZ | 58.51 | 66.94 | 47.37 | - |
| YUV | 210.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 169 | 0.05 | 0 | 0.23 | 0.14 | 73.2 | 0.41 | 0.76 |
| Hex | D0 | DB | A9 | 5 | 0 | 17 | E | 49 | 29 | 4C |
| Octal | 320 | 333 | 251 | 5 | 0 | 27 | 16 | 111 | 51 | 114 |
| Binary | 11010000 | 11011011 | 10101001 | 101 | 0 | 10111 | 1110 | 1001001 | 101001 | 1001100 |
Color Harmonies of #D0DBA9
Complementary color
Monochromatic Colors of #D0DBA9
Black with #D0DBA9
Text Example
Text Example
White with #D0DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBA9; }
p { color: rgb(208,219,169); }
H1.HeaderClassName
{
color: #D0DBA9;
}
.AnyTagClassName
{
color: #D0DBA9;
}
</style>
background-color css
<style>
a { background-color: #D0DBA9; }
a { background-color: rgb(208,219,169); }
div.DivClassName
{
background-color: #D0DBA9;
}
.BgClassName
{
background-color: #D0DBA9;
}
</style>
border-color css
<style>
span { border-color: #D0DBA9; }
span { border-color: rgb(208,219,169); }
td.TdClassName
{
border-color: #D0DBA9;
}
.TagClassName
{
border-color: #D0DBA9;
}
</style>