Shades of La Rioja #CCDC02
Tints of La Rioja #CCDC02
RGB
CMYK
RGB Variations
Color information
#CCDC02 (or 0xCCDC02) is known color: La Rioja. HEX triplet: CC, DC and 02. RGB value is (204,220,2). Sum of RGB (Red+Green+Blue) = 204+220+2=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC02 is #3323FD. Grayscale: #BFBFBF. Windows color (decimal): -3351550 or 187596. OLE color: 187596.
HSL color Cylindrical-coordinate representation of color #CCDC02: hue angle of 64.4º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCDC02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.14 |
| HSL | 64.4º | 0.98% | 0.44% | - |
| HSV(B) | 64.4º | 0.99% | 0.86% | - |
| XYZ | 50.51 | 64.03 | 9.75 | - |
| YUV | 190.36 | 21.7 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 2 | 0.07 | 0 | 0.99 | 0.14 | 64.4 | 0.98 | 0.44 |
| Hex | CC | DC | 2 | 7 | 0 | 63 | E | 40 | 62 | 2C |
| Octal | 314 | 334 | 2 | 7 | 0 | 143 | 16 | 100 | 142 | 54 |
| Binary | 11001100 | 11011100 | 10 | 111 | 0 | 1100011 | 1110 | 1000000 | 1100010 | 101100 |
Color Harmonies of #CCDC02
Complementary color
Monochromatic Colors of #CCDC02
Black with #CCDC02
Text Example
Text Example
White with #CCDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC02; }
p { color: rgb(204,220,2); }
H1.HeaderClassName
{
color: #CCDC02;
}
.AnyTagClassName
{
color: #CCDC02;
}
</style>
background-color css
<style>
a { background-color: #CCDC02; }
a { background-color: rgb(204,220,2); }
div.DivClassName
{
background-color: #CCDC02;
}
.BgClassName
{
background-color: #CCDC02;
}
</style>
border-color css
<style>
span { border-color: #CCDC02; }
span { border-color: rgb(204,220,2); }
td.TdClassName
{
border-color: #CCDC02;
}
.TagClassName
{
border-color: #CCDC02;
}
</style>