Shades of La Rioja #CCCC01
Tints of La Rioja #CCCC01
RGB
CMYK
RGB Variations
Color information
#CCCC01 (or 0xCCCC01) is known color: La Rioja. HEX triplet: CC, CC and 01. RGB value is (204,204,1). Sum of RGB (Red+Green+Blue) = 204+204+1=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC01 is #3333FE. Grayscale: #B5B5B5. Windows color (decimal): -3355647 or 117964. OLE color: 117964.
HSL color Cylindrical-coordinate representation of color #CCCC01: hue angle of 60º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCCC01 is Cyan = 0, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 1 | - |
| CMYK | 0 | 0 | 1.00 | 0.2 |
| HSL | 60º | 0.99% | 0.4% | - |
| HSV(B) | 60º | 1% | 0.8% | - |
| XYZ | 46.5 | 56.03 | 8.39 | - |
| YUV | 180.86 | 26.5 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 1 | 0 | 0 | 1.00 | 0.2 | 60 | 0.99 | 0.4 |
| Hex | CC | CC | 1 | 0 | 0 | 64 | 14 | 3C | 63 | 28 |
| Octal | 314 | 314 | 1 | 0 | 0 | 144 | 24 | 74 | 143 | 50 |
| Binary | 11001100 | 11001100 | 1 | 0 | 0 | 1100100 | 10100 | 111100 | 1100011 | 101000 |
Color Harmonies of #CCCC01
Complementary color
Monochromatic Colors of #CCCC01
Black with #CCCC01
Text Example
Text Example
White with #CCCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC01; }
p { color: rgb(204,204,1); }
H1.HeaderClassName
{
color: #CCCC01;
}
.AnyTagClassName
{
color: #CCCC01;
}
</style>
background-color css
<style>
a { background-color: #CCCC01; }
a { background-color: rgb(204,204,1); }
div.DivClassName
{
background-color: #CCCC01;
}
.BgClassName
{
background-color: #CCCC01;
}
</style>
border-color css
<style>
span { border-color: #CCCC01; }
span { border-color: rgb(204,204,1); }
td.TdClassName
{
border-color: #CCCC01;
}
.TagClassName
{
border-color: #CCCC01;
}
</style>