Shades of Orinoco #D3DC9F
Tints of Orinoco #D3DC9F
RGB
CMYK
RGB Variations
Color information
#D3DC9F (or 0xD3DC9F) is known color: Orinoco. HEX triplet: D3, DC and 9F. RGB value is (211,220,159). Sum of RGB (Red+Green+Blue) = 211+220+159=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DC9F is #2C2360. Grayscale: #D2D2D2. Windows color (decimal): -2892641 or 10476755. OLE color: 10476755.
HSL color Cylindrical-coordinate representation of color #D3DC9F: hue angle of 68.85º degrees, saturation: 0.47, 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 #D3DC9F is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 159 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.14 |
| HSL | 68.85º | 0.47% | 0.74% | - |
| HSV(B) | 68.85º | 0.28% | 0.86% | - |
| XYZ | 58.72 | 67.54 | 42.74 | - |
| YUV | 210.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 159 | 0.04 | 0 | 0.28 | 0.14 | 68.85 | 0.47 | 0.74 |
| Hex | D3 | DC | 9F | 4 | 0 | 1C | E | 45 | 2F | 4A |
| Octal | 323 | 334 | 237 | 4 | 0 | 34 | 16 | 105 | 57 | 112 |
| Binary | 11010011 | 11011100 | 10011111 | 100 | 0 | 11100 | 1110 | 1000101 | 101111 | 1001010 |
Color Harmonies of #D3DC9F
Complementary color
Monochromatic Colors of #D3DC9F
Black with #D3DC9F
Text Example
Text Example
White with #D3DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DC9F; }
p { color: rgb(211,220,159); }
H1.HeaderClassName
{
color: #D3DC9F;
}
.AnyTagClassName
{
color: #D3DC9F;
}
</style>
background-color css
<style>
a { background-color: #D3DC9F; }
a { background-color: rgb(211,220,159); }
div.DivClassName
{
background-color: #D3DC9F;
}
.BgClassName
{
background-color: #D3DC9F;
}
</style>
border-color css
<style>
span { border-color: #D3DC9F; }
span { border-color: rgb(211,220,159); }
td.TdClassName
{
border-color: #D3DC9F;
}
.TagClassName
{
border-color: #D3DC9F;
}
</style>