Shades of Orinoco #CED39D
Tints of Orinoco #CED39D
RGB
CMYK
RGB Variations
Color information
#CED39D (or 0xCED39D) is known color: Orinoco. HEX triplet: CE, D3 and 9D. RGB value is (206,211,157). Sum of RGB (Red+Green+Blue) = 206+211+157=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #CED39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED39D is #312C62. Grayscale: #CBCBCB. Windows color (decimal): -3222627 or 10343374. OLE color: 10343374.
HSL color Cylindrical-coordinate representation of color #CED39D: hue angle of 65.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CED39D is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 157 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.17 |
| HSL | 65.56º | 0.38% | 0.72% | - |
| HSV(B) | 65.56º | 0.26% | 0.83% | - |
| XYZ | 54.83 | 62.14 | 41 | - |
| YUV | 203.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 157 | 0.02 | 0 | 0.26 | 0.17 | 65.56 | 0.38 | 0.72 |
| Hex | CE | D3 | 9D | 2 | 0 | 1A | 11 | 42 | 26 | 48 |
| Octal | 316 | 323 | 235 | 2 | 0 | 32 | 21 | 102 | 46 | 110 |
| Binary | 11001110 | 11010011 | 10011101 | 10 | 0 | 11010 | 10001 | 1000010 | 100110 | 1001000 |
Color Harmonies of #CED39D
Complementary color
Monochromatic Colors of #CED39D
Black with #CED39D
Text Example
Text Example
White with #CED39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED39D; }
p { color: rgb(206,211,157); }
H1.HeaderClassName
{
color: #CED39D;
}
.AnyTagClassName
{
color: #CED39D;
}
</style>
background-color css
<style>
a { background-color: #CED39D; }
a { background-color: rgb(206,211,157); }
div.DivClassName
{
background-color: #CED39D;
}
.BgClassName
{
background-color: #CED39D;
}
</style>
border-color css
<style>
span { border-color: #CED39D; }
span { border-color: rgb(206,211,157); }
td.TdClassName
{
border-color: #CED39D;
}
.TagClassName
{
border-color: #CED39D;
}
</style>