Shades of Orinoco #CED99F
Tints of Orinoco #CED99F
RGB
CMYK
RGB Variations
Color information
#CED99F (or 0xCED99F) is known color: Orinoco. HEX triplet: CE, D9 and 9F. RGB value is (206,217,159). Sum of RGB (Red+Green+Blue) = 206+217+159=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #CED99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED99F is #312660. Grayscale: #CFCFCF. Windows color (decimal): -3221089 or 10475982. OLE color: 10475982.
HSL color Cylindrical-coordinate representation of color #CED99F: hue angle of 71.38º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED99F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 159 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.15 |
| HSL | 71.38º | 0.43% | 0.74% | - |
| HSV(B) | 71.38º | 0.27% | 0.85% | - |
| XYZ | 56.52 | 65.25 | 42.42 | - |
| YUV | 207.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 159 | 0.05 | 0 | 0.27 | 0.15 | 71.38 | 0.43 | 0.74 |
| Hex | CE | D9 | 9F | 5 | 0 | 1B | F | 47 | 2B | 4A |
| Octal | 316 | 331 | 237 | 5 | 0 | 33 | 17 | 107 | 53 | 112 |
| Binary | 11001110 | 11011001 | 10011111 | 101 | 0 | 11011 | 1111 | 1000111 | 101011 | 1001010 |
Color Harmonies of #CED99F
Complementary color
Monochromatic Colors of #CED99F
Black with #CED99F
Text Example
Text Example
White with #CED99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED99F; }
p { color: rgb(206,217,159); }
H1.HeaderClassName
{
color: #CED99F;
}
.AnyTagClassName
{
color: #CED99F;
}
</style>
background-color css
<style>
a { background-color: #CED99F; }
a { background-color: rgb(206,217,159); }
div.DivClassName
{
background-color: #CED99F;
}
.BgClassName
{
background-color: #CED99F;
}
</style>
border-color css
<style>
span { border-color: #CED99F; }
span { border-color: rgb(206,217,159); }
td.TdClassName
{
border-color: #CED99F;
}
.TagClassName
{
border-color: #CED99F;
}
</style>