Shades of Orinoco #D1D39D
Tints of Orinoco #D1D39D
RGB
CMYK
RGB Variations
Color information
#D1D39D (or 0xD1D39D) is known color: Orinoco. HEX triplet: D1, D3 and 9D. RGB value is (209,211,157). Sum of RGB (Red+Green+Blue) = 209+211+157=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D39D is #2E2C62. Grayscale: #CCCCCC. Windows color (decimal): -3026019 or 10343377. OLE color: 10343377.
HSL color Cylindrical-coordinate representation of color #D1D39D: hue angle of 62.22º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1D39D is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 211 | 157 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.17 |
| HSL | 62.22º | 0.38% | 0.72% | - |
| HSV(B) | 62.22º | 0.26% | 0.83% | - |
| XYZ | 55.67 | 62.58 | 41.04 | - |
| YUV | 204.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 211 | 157 | 0.01 | 0 | 0.26 | 0.17 | 62.22 | 0.38 | 0.72 |
| Hex | D1 | D3 | 9D | 1 | 0 | 1A | 11 | 3E | 26 | 48 |
| Octal | 321 | 323 | 235 | 1 | 0 | 32 | 21 | 76 | 46 | 110 |
| Binary | 11010001 | 11010011 | 10011101 | 1 | 0 | 11010 | 10001 | 111110 | 100110 | 1001000 |
Color Harmonies of #D1D39D
Complementary color
Monochromatic Colors of #D1D39D
Black with #D1D39D
Text Example
Text Example
White with #D1D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D39D; }
p { color: rgb(209,211,157); }
H1.HeaderClassName
{
color: #D1D39D;
}
.AnyTagClassName
{
color: #D1D39D;
}
</style>
background-color css
<style>
a { background-color: #D1D39D; }
a { background-color: rgb(209,211,157); }
div.DivClassName
{
background-color: #D1D39D;
}
.BgClassName
{
background-color: #D1D39D;
}
</style>
border-color css
<style>
span { border-color: #D1D39D; }
span { border-color: rgb(209,211,157); }
td.TdClassName
{
border-color: #D1D39D;
}
.TagClassName
{
border-color: #D1D39D;
}
</style>