Shades of La Rioja #CCDC00
Tints of La Rioja #CCDC00
RGB
CMYK
RGB Variations
Color information
#CCDC00 (or 0xCCDC00) is known color: La Rioja. HEX triplet: CC, DC and 00. RGB value is (204,220,0). Sum of RGB (Red+Green+Blue) = 204+220+0=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC00 is #3323FF. Grayscale: #BEBEBE. Windows color (decimal): -3351552 or 56524. OLE color: 56524.
HSL color Cylindrical-coordinate representation of color #CCDC00: hue angle of 64.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCDC00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.14 |
| HSL | 64.36º | 1% | 0.43% | - |
| HSV(B) | 64.36º | 1% | 0.86% | - |
| XYZ | 50.5 | 64.02 | 9.7 | - |
| YUV | 190.14 | 20.7 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 0 | 0.07 | 0 | 1 | 0.14 | 64.36 | 1 | 0.43 |
| Hex | CC | DC | 0 | 7 | 0 | 64 | E | 40 | 64 | 2B |
| Octal | 314 | 334 | 0 | 7 | 0 | 144 | 16 | 100 | 144 | 53 |
| Binary | 11001100 | 11011100 | 0 | 111 | 0 | 1100100 | 1110 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CCDC00
Complementary color
Monochromatic Colors of #CCDC00
Black with #CCDC00
Text Example
Text Example
White with #CCDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC00; }
p { color: rgb(204,220,0); }
H1.HeaderClassName
{
color: #CCDC00;
}
.AnyTagClassName
{
color: #CCDC00;
}
</style>
background-color css
<style>
a { background-color: #CCDC00; }
a { background-color: rgb(204,220,0); }
div.DivClassName
{
background-color: #CCDC00;
}
.BgClassName
{
background-color: #CCDC00;
}
</style>
border-color css
<style>
span { border-color: #CCDC00; }
span { border-color: rgb(204,220,0); }
td.TdClassName
{
border-color: #CCDC00;
}
.TagClassName
{
border-color: #CCDC00;
}
</style>