Shades of La Rioja #CCCE00
Tints of La Rioja #CCCE00
RGB
CMYK
RGB Variations
Color information
#CCCE00 (or 0xCCCE00) is known color: La Rioja. HEX triplet: CC, CE and 00. RGB value is (204,206,0). Sum of RGB (Red+Green+Blue) = 204+206+0=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE00 is #3331FF. Grayscale: #B6B6B6. Windows color (decimal): -3355136 or 52940. OLE color: 52940.
HSL color Cylindrical-coordinate representation of color #CCCE00: hue angle of 60.58º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCCE00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.19 |
| HSL | 60.58º | 1% | 0.4% | - |
| HSV(B) | 60.58º | 1% | 0.81% | - |
| XYZ | 46.97 | 56.98 | 8.52 | - |
| YUV | 181.92 | 25.34 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 0 | 0.01 | 0 | 1 | 0.19 | 60.58 | 1 | 0.4 |
| Hex | CC | CE | 0 | 1 | 0 | 64 | 13 | 3D | 64 | 28 |
| Octal | 314 | 316 | 0 | 1 | 0 | 144 | 23 | 75 | 144 | 50 |
| Binary | 11001100 | 11001110 | 0 | 1 | 0 | 1100100 | 10011 | 111101 | 1100100 | 101000 |
Color Harmonies of #CCCE00
Complementary color
Monochromatic Colors of #CCCE00
Black with #CCCE00
Text Example
Text Example
White with #CCCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE00; }
p { color: rgb(204,206,0); }
H1.HeaderClassName
{
color: #CCCE00;
}
.AnyTagClassName
{
color: #CCCE00;
}
</style>
background-color css
<style>
a { background-color: #CCCE00; }
a { background-color: rgb(204,206,0); }
div.DivClassName
{
background-color: #CCCE00;
}
.BgClassName
{
background-color: #CCCE00;
}
</style>
border-color css
<style>
span { border-color: #CCCE00; }
span { border-color: rgb(204,206,0); }
td.TdClassName
{
border-color: #CCCE00;
}
.TagClassName
{
border-color: #CCCE00;
}
</style>