Shades of Orinoco #CED69D
Tints of Orinoco #CED69D
RGB
CMYK
RGB Variations
Color information
#CED69D (or 0xCED69D) is known color: Orinoco. HEX triplet: CE, D6 and 9D. RGB value is (206,214,157). Sum of RGB (Red+Green+Blue) = 206+214+157=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CED69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED69D is #312962. Grayscale: #CDCDCD. Windows color (decimal): -3221859 or 10344142. OLE color: 10344142.
HSL color Cylindrical-coordinate representation of color #CED69D: hue angle of 68.42º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED69D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 157 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.16 |
| HSL | 68.42º | 0.41% | 0.73% | - |
| HSV(B) | 68.42º | 0.27% | 0.84% | - |
| XYZ | 55.59 | 63.65 | 41.25 | - |
| YUV | 205.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 157 | 0.04 | 0 | 0.27 | 0.16 | 68.42 | 0.41 | 0.73 |
| Hex | CE | D6 | 9D | 4 | 0 | 1B | 10 | 44 | 29 | 49 |
| Octal | 316 | 326 | 235 | 4 | 0 | 33 | 20 | 104 | 51 | 111 |
| Binary | 11001110 | 11010110 | 10011101 | 100 | 0 | 11011 | 10000 | 1000100 | 101001 | 1001001 |
Color Harmonies of #CED69D
Complementary color
Monochromatic Colors of #CED69D
Black with #CED69D
Text Example
Text Example
White with #CED69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED69D; }
p { color: rgb(206,214,157); }
H1.HeaderClassName
{
color: #CED69D;
}
.AnyTagClassName
{
color: #CED69D;
}
</style>
background-color css
<style>
a { background-color: #CED69D; }
a { background-color: rgb(206,214,157); }
div.DivClassName
{
background-color: #CED69D;
}
.BgClassName
{
background-color: #CED69D;
}
</style>
border-color css
<style>
span { border-color: #CED69D; }
span { border-color: rgb(206,214,157); }
td.TdClassName
{
border-color: #CED69D;
}
.TagClassName
{
border-color: #CED69D;
}
</style>