Shades of Orinoco #CCD79E
Tints of Orinoco #CCD79E
RGB
CMYK
RGB Variations
Color information
#CCD79E (or 0xCCD79E) is known color: Orinoco. HEX triplet: CC, D7 and 9E. RGB value is (204,215,158). Sum of RGB (Red+Green+Blue) = 204+215+158=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD79E is #332861. Grayscale: #CDCDCD. Windows color (decimal): -3352674 or 10409932. OLE color: 10409932.
HSL color Cylindrical-coordinate representation of color #CCD79E: hue angle of 71.58º 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 #CCD79E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 158 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.16 |
| HSL | 71.58º | 0.42% | 0.73% | - |
| HSV(B) | 71.58º | 0.27% | 0.84% | - |
| XYZ | 55.37 | 63.91 | 41.76 | - |
| YUV | 205.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 158 | 0.05 | 0 | 0.27 | 0.16 | 71.58 | 0.42 | 0.73 |
| Hex | CC | D7 | 9E | 5 | 0 | 1B | 10 | 48 | 2A | 49 |
| Octal | 314 | 327 | 236 | 5 | 0 | 33 | 20 | 110 | 52 | 111 |
| Binary | 11001100 | 11010111 | 10011110 | 101 | 0 | 11011 | 10000 | 1001000 | 101010 | 1001001 |
Color Harmonies of #CCD79E
Complementary color
Monochromatic Colors of #CCD79E
Black with #CCD79E
Text Example
Text Example
White with #CCD79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD79E; }
p { color: rgb(204,215,158); }
H1.HeaderClassName
{
color: #CCD79E;
}
.AnyTagClassName
{
color: #CCD79E;
}
</style>
background-color css
<style>
a { background-color: #CCD79E; }
a { background-color: rgb(204,215,158); }
div.DivClassName
{
background-color: #CCD79E;
}
.BgClassName
{
background-color: #CCD79E;
}
</style>
border-color css
<style>
span { border-color: #CCD79E; }
span { border-color: rgb(204,215,158); }
td.TdClassName
{
border-color: #CCD79E;
}
.TagClassName
{
border-color: #CCD79E;
}
</style>