Shades of Orinoco #D1D99A
Tints of Orinoco #D1D99A
RGB
CMYK
RGB Variations
Color information
#D1D99A (or 0xD1D99A) is known color: Orinoco. HEX triplet: D1, D9 and 9A. RGB value is (209,217,154). Sum of RGB (Red+Green+Blue) = 209+217+154=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D99A is #2E2665. Grayscale: #CFCFCF. Windows color (decimal): -3024486 or 10148305. OLE color: 10148305.
HSL color Cylindrical-coordinate representation of color #D1D99A: hue angle of 67.62º 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 #D1D99A is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 154 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.15 |
| HSL | 67.62º | 0.45% | 0.73% | - |
| HSV(B) | 67.62º | 0.29% | 0.85% | - |
| XYZ | 56.94 | 65.51 | 40.22 | - |
| YUV | 207.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 154 | 0.04 | 0 | 0.29 | 0.15 | 67.62 | 0.45 | 0.73 |
| Hex | D1 | D9 | 9A | 4 | 0 | 1D | F | 44 | 2D | 49 |
| Octal | 321 | 331 | 232 | 4 | 0 | 35 | 17 | 104 | 55 | 111 |
| Binary | 11010001 | 11011001 | 10011010 | 100 | 0 | 11101 | 1111 | 1000100 | 101101 | 1001001 |
Color Harmonies of #D1D99A
Complementary color
Monochromatic Colors of #D1D99A
Black with #D1D99A
Text Example
Text Example
White with #D1D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D99A; }
p { color: rgb(209,217,154); }
H1.HeaderClassName
{
color: #D1D99A;
}
.AnyTagClassName
{
color: #D1D99A;
}
</style>
background-color css
<style>
a { background-color: #D1D99A; }
a { background-color: rgb(209,217,154); }
div.DivClassName
{
background-color: #D1D99A;
}
.BgClassName
{
background-color: #D1D99A;
}
</style>
border-color css
<style>
span { border-color: #D1D99A; }
span { border-color: rgb(209,217,154); }
td.TdClassName
{
border-color: #D1D99A;
}
.TagClassName
{
border-color: #D1D99A;
}
</style>