Shades of Orinoco #D1D69D
Tints of Orinoco #D1D69D
RGB
CMYK
RGB Variations
Color information
#D1D69D (or 0xD1D69D) is known color: Orinoco. HEX triplet: D1, D6 and 9D. RGB value is (209,214,157). Sum of RGB (Red+Green+Blue) = 209+214+157=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D69D is #2E2962. Grayscale: #CECECE. Windows color (decimal): -3025251 or 10344145. OLE color: 10344145.
HSL color Cylindrical-coordinate representation of color #D1D69D: hue angle of 65.26º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1D69D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 157 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.16 |
| HSL | 65.26º | 0.41% | 0.73% | - |
| HSV(B) | 65.26º | 0.27% | 0.84% | - |
| XYZ | 56.43 | 64.08 | 41.29 | - |
| YUV | 206.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 157 | 0.02 | 0 | 0.27 | 0.16 | 65.26 | 0.41 | 0.73 |
| Hex | D1 | D6 | 9D | 2 | 0 | 1B | 10 | 41 | 29 | 49 |
| Octal | 321 | 326 | 235 | 2 | 0 | 33 | 20 | 101 | 51 | 111 |
| Binary | 11010001 | 11010110 | 10011101 | 10 | 0 | 11011 | 10000 | 1000001 | 101001 | 1001001 |
Color Harmonies of #D1D69D
Complementary color
Monochromatic Colors of #D1D69D
Black with #D1D69D
Text Example
Text Example
White with #D1D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D69D; }
p { color: rgb(209,214,157); }
H1.HeaderClassName
{
color: #D1D69D;
}
.AnyTagClassName
{
color: #D1D69D;
}
</style>
background-color css
<style>
a { background-color: #D1D69D; }
a { background-color: rgb(209,214,157); }
div.DivClassName
{
background-color: #D1D69D;
}
.BgClassName
{
background-color: #D1D69D;
}
</style>
border-color css
<style>
span { border-color: #D1D69D; }
span { border-color: rgb(209,214,157); }
td.TdClassName
{
border-color: #D1D69D;
}
.TagClassName
{
border-color: #D1D69D;
}
</style>