Shades of Orinoco #D3D79D
Tints of Orinoco #D3D79D
RGB
CMYK
RGB Variations
Color information
#D3D79D (or 0xD3D79D) is known color: Orinoco. HEX triplet: D3, D7 and 9D. RGB value is (211,215,157). Sum of RGB (Red+Green+Blue) = 211+215+157=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D79D is #2C2862. Grayscale: #CFCFCF. Windows color (decimal): -2893923 or 10344403. OLE color: 10344403.
HSL color Cylindrical-coordinate representation of color #D3D79D: hue angle of 64.14º degrees, saturation: 0.42, 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 #D3D79D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 157 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.16 |
| HSL | 64.14º | 0.42% | 0.73% | - |
| HSV(B) | 64.14º | 0.27% | 0.84% | - |
| XYZ | 57.25 | 64.88 | 41.4 | - |
| YUV | 207.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 157 | 0.02 | 0 | 0.27 | 0.16 | 64.14 | 0.42 | 0.73 |
| Hex | D3 | D7 | 9D | 2 | 0 | 1B | 10 | 40 | 2A | 49 |
| Octal | 323 | 327 | 235 | 2 | 0 | 33 | 20 | 100 | 52 | 111 |
| Binary | 11010011 | 11010111 | 10011101 | 10 | 0 | 11011 | 10000 | 1000000 | 101010 | 1001001 |
Color Harmonies of #D3D79D
Complementary color
Monochromatic Colors of #D3D79D
Black with #D3D79D
Text Example
Text Example
White with #D3D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D79D; }
p { color: rgb(211,215,157); }
H1.HeaderClassName
{
color: #D3D79D;
}
.AnyTagClassName
{
color: #D3D79D;
}
</style>
background-color css
<style>
a { background-color: #D3D79D; }
a { background-color: rgb(211,215,157); }
div.DivClassName
{
background-color: #D3D79D;
}
.BgClassName
{
background-color: #D3D79D;
}
</style>
border-color css
<style>
span { border-color: #D3D79D; }
span { border-color: rgb(211,215,157); }
td.TdClassName
{
border-color: #D3D79D;
}
.TagClassName
{
border-color: #D3D79D;
}
</style>