Shades of Orinoco #D1D99B
Tints of Orinoco #D1D99B
RGB
CMYK
RGB Variations
Color information
#D1D99B (or 0xD1D99B) is known color: Orinoco. HEX triplet: D1, D9 and 9B. RGB value is (209,217,155). Sum of RGB (Red+Green+Blue) = 209+217+155=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D99B is #2E2664. Grayscale: #CFCFCF. Windows color (decimal): -3024485 or 10213841. OLE color: 10213841.
HSL color Cylindrical-coordinate representation of color #D1D99B: hue angle of 67.74º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1D99B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 155 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.15 |
| HSL | 67.74º | 0.45% | 0.73% | - |
| HSV(B) | 67.74º | 0.29% | 0.85% | - |
| XYZ | 57.02 | 65.55 | 40.66 | - |
| YUV | 207.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 155 | 0.04 | 0 | 0.29 | 0.15 | 67.74 | 0.45 | 0.73 |
| Hex | D1 | D9 | 9B | 4 | 0 | 1D | F | 44 | 2D | 49 |
| Octal | 321 | 331 | 233 | 4 | 0 | 35 | 17 | 104 | 55 | 111 |
| Binary | 11010001 | 11011001 | 10011011 | 100 | 0 | 11101 | 1111 | 1000100 | 101101 | 1001001 |
Color Harmonies of #D1D99B
Complementary color
Monochromatic Colors of #D1D99B
Black with #D1D99B
Text Example
Text Example
White with #D1D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D99B; }
p { color: rgb(209,217,155); }
H1.HeaderClassName
{
color: #D1D99B;
}
.AnyTagClassName
{
color: #D1D99B;
}
</style>
background-color css
<style>
a { background-color: #D1D99B; }
a { background-color: rgb(209,217,155); }
div.DivClassName
{
background-color: #D1D99B;
}
.BgClassName
{
background-color: #D1D99B;
}
</style>
border-color css
<style>
span { border-color: #D1D99B; }
span { border-color: rgb(209,217,155); }
td.TdClassName
{
border-color: #D1D99B;
}
.TagClassName
{
border-color: #D1D99B;
}
</style>