Shades of Orinoco #D0D79D
Tints of Orinoco #D0D79D
RGB
CMYK
RGB Variations
Color information
#D0D79D (or 0xD0D79D) is known color: Orinoco. HEX triplet: D0, D7 and 9D. RGB value is (208,215,157). Sum of RGB (Red+Green+Blue) = 208+215+157=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D79D is #2F2862. Grayscale: #CECECE. Windows color (decimal): -3090531 or 10344400. OLE color: 10344400.
HSL color Cylindrical-coordinate representation of color #D0D79D: hue angle of 67.24º 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 #D0D79D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 157 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.16 |
| HSL | 67.24º | 0.42% | 0.73% | - |
| HSV(B) | 67.24º | 0.27% | 0.84% | - |
| XYZ | 56.4 | 64.45 | 41.36 | - |
| YUV | 206.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 157 | 0.03 | 0 | 0.27 | 0.16 | 67.24 | 0.42 | 0.73 |
| Hex | D0 | D7 | 9D | 3 | 0 | 1B | 10 | 43 | 2A | 49 |
| Octal | 320 | 327 | 235 | 3 | 0 | 33 | 20 | 103 | 52 | 111 |
| Binary | 11010000 | 11010111 | 10011101 | 11 | 0 | 11011 | 10000 | 1000011 | 101010 | 1001001 |
Color Harmonies of #D0D79D
Complementary color
Monochromatic Colors of #D0D79D
Black with #D0D79D
Text Example
Text Example
White with #D0D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D79D; }
p { color: rgb(208,215,157); }
H1.HeaderClassName
{
color: #D0D79D;
}
.AnyTagClassName
{
color: #D0D79D;
}
</style>
background-color css
<style>
a { background-color: #D0D79D; }
a { background-color: rgb(208,215,157); }
div.DivClassName
{
background-color: #D0D79D;
}
.BgClassName
{
background-color: #D0D79D;
}
</style>
border-color css
<style>
span { border-color: #D0D79D; }
span { border-color: rgb(208,215,157); }
td.TdClassName
{
border-color: #D0D79D;
}
.TagClassName
{
border-color: #D0D79D;
}
</style>