Shades of La Rioja #CCCC02
Tints of La Rioja #CCCC02
RGB
CMYK
RGB Variations
Color information
#CCCC02 (or 0xCCCC02) is known color: La Rioja. HEX triplet: CC, CC and 02. RGB value is (204,204,2). Sum of RGB (Red+Green+Blue) = 204+204+2=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC02 is #3333FD. Grayscale: #B5B5B5. Windows color (decimal): -3355646 or 183500. OLE color: 183500.
HSL color Cylindrical-coordinate representation of color #CCCC02: hue angle of 60º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCCC02 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 2 | - |
| CMYK | 0 | 0 | 0.99 | 0.2 |
| HSL | 60º | 0.98% | 0.4% | - |
| HSV(B) | 60º | 0.99% | 0.8% | - |
| XYZ | 46.51 | 56.03 | 8.42 | - |
| YUV | 180.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 2 | 0 | 0 | 0.99 | 0.2 | 60 | 0.98 | 0.4 |
| Hex | CC | CC | 2 | 0 | 0 | 63 | 14 | 3C | 62 | 28 |
| Octal | 314 | 314 | 2 | 0 | 0 | 143 | 24 | 74 | 142 | 50 |
| Binary | 11001100 | 11001100 | 10 | 0 | 0 | 1100011 | 10100 | 111100 | 1100010 | 101000 |
Color Harmonies of #CCCC02
Complementary color
Monochromatic Colors of #CCCC02
Black with #CCCC02
Text Example
Text Example
White with #CCCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC02; }
p { color: rgb(204,204,2); }
H1.HeaderClassName
{
color: #CCCC02;
}
.AnyTagClassName
{
color: #CCCC02;
}
</style>
background-color css
<style>
a { background-color: #CCCC02; }
a { background-color: rgb(204,204,2); }
div.DivClassName
{
background-color: #CCCC02;
}
.BgClassName
{
background-color: #CCCC02;
}
</style>
border-color css
<style>
span { border-color: #CCCC02; }
span { border-color: rgb(204,204,2); }
td.TdClassName
{
border-color: #CCCC02;
}
.TagClassName
{
border-color: #CCCC02;
}
</style>