Shades of La Rioja #CED700
Tints of La Rioja #CED700
RGB
CMYK
RGB Variations
Color information
#CED700 (or 0xCED700) is known color: La Rioja. HEX triplet: CE, D7 and 00. RGB value is (206,215,0). Sum of RGB (Red+Green+Blue) = 206+215+0=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #CED700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED700 is #3128FF. Grayscale: #BCBCBC. Windows color (decimal): -3221760 or 55246. OLE color: 55246.
HSL color Cylindrical-coordinate representation of color #CED700: hue angle of 62.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED700 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.16 |
| HSL | 62.51º | 1% | 0.42% | - |
| HSV(B) | 62.51º | 1% | 0.84% | - |
| XYZ | 49.75 | 61.72 | 9.29 | - |
| YUV | 187.8 | 22.02 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 0 | 0.04 | 0 | 1 | 0.16 | 62.51 | 1 | 0.42 |
| Hex | CE | D7 | 0 | 4 | 0 | 64 | 10 | 3F | 64 | 2A |
| Octal | 316 | 327 | 0 | 4 | 0 | 144 | 20 | 77 | 144 | 52 |
| Binary | 11001110 | 11010111 | 0 | 100 | 0 | 1100100 | 10000 | 111111 | 1100100 | 101010 |
Color Harmonies of #CED700
Complementary color
Monochromatic Colors of #CED700
Black with #CED700
Text Example
Text Example
White with #CED700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED700; }
p { color: rgb(206,215,0); }
H1.HeaderClassName
{
color: #CED700;
}
.AnyTagClassName
{
color: #CED700;
}
</style>
background-color css
<style>
a { background-color: #CED700; }
a { background-color: rgb(206,215,0); }
div.DivClassName
{
background-color: #CED700;
}
.BgClassName
{
background-color: #CED700;
}
</style>
border-color css
<style>
span { border-color: #CED700; }
span { border-color: rgb(206,215,0); }
td.TdClassName
{
border-color: #CED700;
}
.TagClassName
{
border-color: #CED700;
}
</style>