Shades of Orinoco #CED79B
Tints of Orinoco #CED79B
RGB
CMYK
RGB Variations
Color information
#CED79B (or 0xCED79B) is known color: Orinoco. HEX triplet: CE, D7 and 9B. RGB value is (206,215,155). Sum of RGB (Red+Green+Blue) = 206+215+155=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #CED79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED79B is #312864. Grayscale: #CDCDCD. Windows color (decimal): -3221605 or 10213326. OLE color: 10213326.
HSL color Cylindrical-coordinate representation of color #CED79B: hue angle of 69º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED79B is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 155 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.16 |
| HSL | 69º | 0.43% | 0.73% | - |
| HSV(B) | 69º | 0.28% | 0.84% | - |
| XYZ | 55.67 | 64.09 | 40.45 | - |
| YUV | 205.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 155 | 0.04 | 0 | 0.28 | 0.16 | 69 | 0.43 | 0.73 |
| Hex | CE | D7 | 9B | 4 | 0 | 1C | 10 | 45 | 2B | 49 |
| Octal | 316 | 327 | 233 | 4 | 0 | 34 | 20 | 105 | 53 | 111 |
| Binary | 11001110 | 11010111 | 10011011 | 100 | 0 | 11100 | 10000 | 1000101 | 101011 | 1001001 |
Color Harmonies of #CED79B
Complementary color
Monochromatic Colors of #CED79B
Black with #CED79B
Text Example
Text Example
White with #CED79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED79B; }
p { color: rgb(206,215,155); }
H1.HeaderClassName
{
color: #CED79B;
}
.AnyTagClassName
{
color: #CED79B;
}
</style>
background-color css
<style>
a { background-color: #CED79B; }
a { background-color: rgb(206,215,155); }
div.DivClassName
{
background-color: #CED79B;
}
.BgClassName
{
background-color: #CED79B;
}
</style>
border-color css
<style>
span { border-color: #CED79B; }
span { border-color: rgb(206,215,155); }
td.TdClassName
{
border-color: #CED79B;
}
.TagClassName
{
border-color: #CED79B;
}
</style>