Shades of Orinoco #CDD79E
Tints of Orinoco #CDD79E
RGB
CMYK
RGB Variations
Color information
#CDD79E (or 0xCDD79E) is known color: Orinoco. HEX triplet: CD, D7 and 9E. RGB value is (205,215,158). Sum of RGB (Red+Green+Blue) = 205+215+158=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD79E is #322861. Grayscale: #CDCDCD. Windows color (decimal): -3287138 or 10409933. OLE color: 10409933.
HSL color Cylindrical-coordinate representation of color #CDD79E: hue angle of 70.53º 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 #CDD79E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 158 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.16 |
| HSL | 70.53º | 0.42% | 0.73% | - |
| HSV(B) | 70.53º | 0.27% | 0.84% | - |
| XYZ | 55.65 | 64.05 | 41.78 | - |
| YUV | 205.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 158 | 0.05 | 0 | 0.27 | 0.16 | 70.53 | 0.42 | 0.73 |
| Hex | CD | D7 | 9E | 5 | 0 | 1B | 10 | 47 | 2A | 49 |
| Octal | 315 | 327 | 236 | 5 | 0 | 33 | 20 | 107 | 52 | 111 |
| Binary | 11001101 | 11010111 | 10011110 | 101 | 0 | 11011 | 10000 | 1000111 | 101010 | 1001001 |
Color Harmonies of #CDD79E
Complementary color
Monochromatic Colors of #CDD79E
Black with #CDD79E
Text Example
Text Example
White with #CDD79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD79E; }
p { color: rgb(205,215,158); }
H1.HeaderClassName
{
color: #CDD79E;
}
.AnyTagClassName
{
color: #CDD79E;
}
</style>
background-color css
<style>
a { background-color: #CDD79E; }
a { background-color: rgb(205,215,158); }
div.DivClassName
{
background-color: #CDD79E;
}
.BgClassName
{
background-color: #CDD79E;
}
</style>
border-color css
<style>
span { border-color: #CDD79E; }
span { border-color: rgb(205,215,158); }
td.TdClassName
{
border-color: #CDD79E;
}
.TagClassName
{
border-color: #CDD79E;
}
</style>