Shades of Orinoco #CED99C
Tints of Orinoco #CED99C
RGB
CMYK
RGB Variations
Color information
#CED99C (or 0xCED99C) is known color: Orinoco. HEX triplet: CE, D9 and 9C. RGB value is (206,217,156). Sum of RGB (Red+Green+Blue) = 206+217+156=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #CED99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED99C is #312663. Grayscale: #CECECE. Windows color (decimal): -3221092 or 10279374. OLE color: 10279374.
HSL color Cylindrical-coordinate representation of color #CED99C: hue angle of 70.82º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED99C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 156 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.15 |
| HSL | 70.82º | 0.45% | 0.73% | - |
| HSV(B) | 70.82º | 0.28% | 0.85% | - |
| XYZ | 56.27 | 65.15 | 41.06 | - |
| YUV | 206.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 156 | 0.05 | 0 | 0.28 | 0.15 | 70.82 | 0.45 | 0.73 |
| Hex | CE | D9 | 9C | 5 | 0 | 1C | F | 47 | 2D | 49 |
| Octal | 316 | 331 | 234 | 5 | 0 | 34 | 17 | 107 | 55 | 111 |
| Binary | 11001110 | 11011001 | 10011100 | 101 | 0 | 11100 | 1111 | 1000111 | 101101 | 1001001 |
Color Harmonies of #CED99C
Complementary color
Monochromatic Colors of #CED99C
Black with #CED99C
Text Example
Text Example
White with #CED99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED99C; }
p { color: rgb(206,217,156); }
H1.HeaderClassName
{
color: #CED99C;
}
.AnyTagClassName
{
color: #CED99C;
}
</style>
background-color css
<style>
a { background-color: #CED99C; }
a { background-color: rgb(206,217,156); }
div.DivClassName
{
background-color: #CED99C;
}
.BgClassName
{
background-color: #CED99C;
}
</style>
border-color css
<style>
span { border-color: #CED99C; }
span { border-color: rgb(206,217,156); }
td.TdClassName
{
border-color: #CED99C;
}
.TagClassName
{
border-color: #CED99C;
}
</style>