Shades of La Rioja #CCCD00
Tints of La Rioja #CCCD00
RGB
CMYK
RGB Variations
Color information
#CCCD00 (or 0xCCCD00) is known color: La Rioja. HEX triplet: CC, CD and 00. RGB value is (204,205,0). Sum of RGB (Red+Green+Blue) = 204+205+0=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCD00 is #3332FF. Grayscale: #B6B6B6. Windows color (decimal): -3355392 or 52684. OLE color: 52684.
HSL color Cylindrical-coordinate representation of color #CCCD00: hue angle of 60.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCCD00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.20 |
| HSL | 60.29º | 1% | 0.4% | - |
| HSV(B) | 60.29º | 1% | 0.8% | - |
| XYZ | 46.73 | 56.5 | 8.44 | - |
| YUV | 181.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 0 | 0.00 | 0 | 1 | 0.20 | 60.29 | 1 | 0.4 |
| Hex | CC | CD | 0 | 0 | 0 | 64 | 14 | 3C | 64 | 28 |
| Octal | 314 | 315 | 0 | 0 | 0 | 144 | 24 | 74 | 144 | 50 |
| Binary | 11001100 | 11001101 | 0 | 0 | 0 | 1100100 | 10100 | 111100 | 1100100 | 101000 |
Color Harmonies of #CCCD00
Complementary color
Monochromatic Colors of #CCCD00
Black with #CCCD00
Text Example
Text Example
White with #CCCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD00; }
p { color: rgb(204,205,0); }
H1.HeaderClassName
{
color: #CCCD00;
}
.AnyTagClassName
{
color: #CCCD00;
}
</style>
background-color css
<style>
a { background-color: #CCCD00; }
a { background-color: rgb(204,205,0); }
div.DivClassName
{
background-color: #CCCD00;
}
.BgClassName
{
background-color: #CCCD00;
}
</style>
border-color css
<style>
span { border-color: #CCCD00; }
span { border-color: rgb(204,205,0); }
td.TdClassName
{
border-color: #CCCD00;
}
.TagClassName
{
border-color: #CCCD00;
}
</style>