Shades of La Rioja #CCCC00
Tints of La Rioja #CCCC00
RGB
CMYK
RGB Variations
Color information
#CCCC00 (or 0xCCCC00) is known color: La Rioja. HEX triplet: CC, CC and 00. RGB value is (204,204,0). Sum of RGB (Red+Green+Blue) = 204+204+0=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC00 is a web safe color. Inversed color of #CCCC00 is #3333FF. Grayscale: #B5B5B5. Windows color (decimal): -3355648 or 52428. OLE color: 52428.
HSL color Cylindrical-coordinate representation of color #CCCC00: hue angle of 60º 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 #CCCC00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 0 | - |
CMYK | 0 | 0 | 1 | 0.2 |
HSL | 60º | 1% | 0.4% | - |
HSV(B) | 60º | 1% | 0.8% | - |
XYZ | 46.49 | 56.02 | 8.36 | - |
YUV | 180.74 | 26 | 144.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 0 | 0 | 0 | 1 | 0.2 | 60 | 1 | 0.4 |
Hex | CC | CC | 0 | 0 | 0 | 64 | 14 | 3C | 64 | 28 |
Octal | 314 | 314 | 0 | 0 | 0 | 144 | 24 | 74 | 144 | 50 |
Binary | 11001100 | 11001100 | 0 | 0 | 0 | 1100100 | 10100 | 111100 | 1100100 | 101000 |
Color Harmonies of #CCCC00
Complementary color
Monochromatic Colors of #CCCC00
Black with #CCCC00
Text Example
Text Example
White with #CCCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC00; }
p { color: rgb(204,204,0); }
H1.HeaderClassName
{
color: #CCCC00;
}
.AnyTagClassName
{
color: #CCCC00;
}
</style>
background-color css
<style>
a { background-color: #CCCC00; }
a { background-color: rgb(204,204,0); }
div.DivClassName
{
background-color: #CCCC00;
}
.BgClassName
{
background-color: #CCCC00;
}
</style>
border-color css
<style>
span { border-color: #CCCC00; }
span { border-color: rgb(204,204,0); }
td.TdClassName
{
border-color: #CCCC00;
}
.TagClassName
{
border-color: #CCCC00;
}
</style>