Shades of Orinoco #CED59C
Tints of Orinoco #CED59C
RGB
CMYK
RGB Variations
Color information
#CED59C (or 0xCED59C) is known color: Orinoco. HEX triplet: CE, D5 and 9C. RGB value is (206,213,156). Sum of RGB (Red+Green+Blue) = 206+213+156=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CED59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED59C is #312A63. Grayscale: #CCCCCC. Windows color (decimal): -3222116 or 10278350. OLE color: 10278350.
HSL color Cylindrical-coordinate representation of color #CED59C: hue angle of 67.37º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED59C is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 156 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.16 |
| HSL | 67.37º | 0.4% | 0.72% | - |
| HSV(B) | 67.37º | 0.27% | 0.84% | - |
| XYZ | 55.25 | 63.11 | 40.72 | - |
| YUV | 204.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 156 | 0.03 | 0 | 0.27 | 0.16 | 67.37 | 0.4 | 0.72 |
| Hex | CE | D5 | 9C | 3 | 0 | 1B | 10 | 43 | 28 | 48 |
| Octal | 316 | 325 | 234 | 3 | 0 | 33 | 20 | 103 | 50 | 110 |
| Binary | 11001110 | 11010101 | 10011100 | 11 | 0 | 11011 | 10000 | 1000011 | 101000 | 1001000 |
Color Harmonies of #CED59C
Complementary color
Monochromatic Colors of #CED59C
Black with #CED59C
Text Example
Text Example
White with #CED59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED59C; }
p { color: rgb(206,213,156); }
H1.HeaderClassName
{
color: #CED59C;
}
.AnyTagClassName
{
color: #CED59C;
}
</style>
background-color css
<style>
a { background-color: #CED59C; }
a { background-color: rgb(206,213,156); }
div.DivClassName
{
background-color: #CED59C;
}
.BgClassName
{
background-color: #CED59C;
}
</style>
border-color css
<style>
span { border-color: #CED59C; }
span { border-color: rgb(206,213,156); }
td.TdClassName
{
border-color: #CED59C;
}
.TagClassName
{
border-color: #CED59C;
}
</style>