Shades of Orinoco #CCD59E
Tints of Orinoco #CCD59E
RGB
CMYK
RGB Variations
Color information
#CCD59E (or 0xCCD59E) is known color: Orinoco. HEX triplet: CC, D5 and 9E. RGB value is (204,213,158). Sum of RGB (Red+Green+Blue) = 204+213+158=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD59E is #332A61. Grayscale: #CCCCCC. Windows color (decimal): -3353186 or 10409420. OLE color: 10409420.
HSL color Cylindrical-coordinate representation of color #CCD59E: hue angle of 69.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD59E is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 158 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.16 |
| HSL | 69.82º | 0.4% | 0.73% | - |
| HSV(B) | 69.82º | 0.26% | 0.84% | - |
| XYZ | 54.87 | 62.89 | 41.6 | - |
| YUV | 204.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 158 | 0.04 | 0 | 0.26 | 0.16 | 69.82 | 0.4 | 0.73 |
| Hex | CC | D5 | 9E | 4 | 0 | 1A | 10 | 46 | 28 | 49 |
| Octal | 314 | 325 | 236 | 4 | 0 | 32 | 20 | 106 | 50 | 111 |
| Binary | 11001100 | 11010101 | 10011110 | 100 | 0 | 11010 | 10000 | 1000110 | 101000 | 1001001 |
Color Harmonies of #CCD59E
Complementary color
Monochromatic Colors of #CCD59E
Black with #CCD59E
Text Example
Text Example
White with #CCD59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD59E; }
p { color: rgb(204,213,158); }
H1.HeaderClassName
{
color: #CCD59E;
}
.AnyTagClassName
{
color: #CCD59E;
}
</style>
background-color css
<style>
a { background-color: #CCD59E; }
a { background-color: rgb(204,213,158); }
div.DivClassName
{
background-color: #CCD59E;
}
.BgClassName
{
background-color: #CCD59E;
}
</style>
border-color css
<style>
span { border-color: #CCD59E; }
span { border-color: rgb(204,213,158); }
td.TdClassName
{
border-color: #CCD59E;
}
.TagClassName
{
border-color: #CCD59E;
}
</style>