Shades of Orinoco #D3DB9D
Tints of Orinoco #D3DB9D
RGB
CMYK
RGB Variations
Color information
#D3DB9D (or 0xD3DB9D) is known color: Orinoco. HEX triplet: D3, DB and 9D. RGB value is (211,219,157). Sum of RGB (Red+Green+Blue) = 211+219+157=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB9D is #2C2462. Grayscale: #D1D1D1. Windows color (decimal): -2892899 or 10345427. OLE color: 10345427.
HSL color Cylindrical-coordinate representation of color #D3DB9D: hue angle of 67.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3DB9D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 157 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.14 |
| HSL | 67.74º | 0.46% | 0.74% | - |
| HSV(B) | 67.74º | 0.28% | 0.86% | - |
| XYZ | 58.28 | 66.95 | 41.75 | - |
| YUV | 209.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 157 | 0.04 | 0 | 0.28 | 0.14 | 67.74 | 0.46 | 0.74 |
| Hex | D3 | DB | 9D | 4 | 0 | 1C | E | 44 | 2E | 4A |
| Octal | 323 | 333 | 235 | 4 | 0 | 34 | 16 | 104 | 56 | 112 |
| Binary | 11010011 | 11011011 | 10011101 | 100 | 0 | 11100 | 1110 | 1000100 | 101110 | 1001010 |
Color Harmonies of #D3DB9D
Complementary color
Monochromatic Colors of #D3DB9D
Black with #D3DB9D
Text Example
Text Example
White with #D3DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB9D; }
p { color: rgb(211,219,157); }
H1.HeaderClassName
{
color: #D3DB9D;
}
.AnyTagClassName
{
color: #D3DB9D;
}
</style>
background-color css
<style>
a { background-color: #D3DB9D; }
a { background-color: rgb(211,219,157); }
div.DivClassName
{
background-color: #D3DB9D;
}
.BgClassName
{
background-color: #D3DB9D;
}
</style>
border-color css
<style>
span { border-color: #D3DB9D; }
span { border-color: rgb(211,219,157); }
td.TdClassName
{
border-color: #D3DB9D;
}
.TagClassName
{
border-color: #D3DB9D;
}
</style>