Shades of Orinoco #CED89D
Tints of Orinoco #CED89D
RGB
CMYK
RGB Variations
Color information
#CED89D (or 0xCED89D) is known color: Orinoco. HEX triplet: CE, D8 and 9D. RGB value is (206,216,157). Sum of RGB (Red+Green+Blue) = 206+216+157=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #CED89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED89D is #312762. Grayscale: #CECECE. Windows color (decimal): -3221347 or 10344654. OLE color: 10344654.
HSL color Cylindrical-coordinate representation of color #CED89D: hue angle of 70.17º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED89D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 157 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.15 |
| HSL | 70.17º | 0.43% | 0.73% | - |
| HSV(B) | 70.17º | 0.27% | 0.85% | - |
| XYZ | 56.1 | 64.67 | 41.42 | - |
| YUV | 206.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 157 | 0.05 | 0 | 0.27 | 0.15 | 70.17 | 0.43 | 0.73 |
| Hex | CE | D8 | 9D | 5 | 0 | 1B | F | 46 | 2B | 49 |
| Octal | 316 | 330 | 235 | 5 | 0 | 33 | 17 | 106 | 53 | 111 |
| Binary | 11001110 | 11011000 | 10011101 | 101 | 0 | 11011 | 1111 | 1000110 | 101011 | 1001001 |
Color Harmonies of #CED89D
Complementary color
Monochromatic Colors of #CED89D
Black with #CED89D
Text Example
Text Example
White with #CED89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED89D; }
p { color: rgb(206,216,157); }
H1.HeaderClassName
{
color: #CED89D;
}
.AnyTagClassName
{
color: #CED89D;
}
</style>
background-color css
<style>
a { background-color: #CED89D; }
a { background-color: rgb(206,216,157); }
div.DivClassName
{
background-color: #CED89D;
}
.BgClassName
{
background-color: #CED89D;
}
</style>
border-color css
<style>
span { border-color: #CED89D; }
span { border-color: rgb(206,216,157); }
td.TdClassName
{
border-color: #CED89D;
}
.TagClassName
{
border-color: #CED89D;
}
</style>