Shades of La Rioja #CCC900
Tints of La Rioja #CCC900
RGB
CMYK
RGB Variations
Color information
#CCC900 (or 0xCCC900) is known color: La Rioja. HEX triplet: CC, C9 and 00. RGB value is (204,201,0). Sum of RGB (Red+Green+Blue) = 204+201+0=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC900 is #3336FF. Grayscale: #B3B3B3. Windows color (decimal): -3356416 or 51660. OLE color: 51660.
HSL color Cylindrical-coordinate representation of color #CCC900: hue angle of 59.12º 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 #CCC900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.2 |
| HSL | 59.12º | 1% | 0.4% | - |
| HSV(B) | 59.12º | 1% | 0.8% | - |
| XYZ | 45.79 | 54.61 | 8.13 | - |
| YUV | 178.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 0 | 0 | 0.01 | 1 | 0.2 | 59.12 | 1 | 0.4 |
| Hex | CC | C9 | 0 | 0 | 1 | 64 | 14 | 3B | 64 | 28 |
| Octal | 314 | 311 | 0 | 0 | 1 | 144 | 24 | 73 | 144 | 50 |
| Binary | 11001100 | 11001001 | 0 | 0 | 1 | 1100100 | 10100 | 111011 | 1100100 | 101000 |
Color Harmonies of #CCC900
Complementary color
Monochromatic Colors of #CCC900
Black with #CCC900
Text Example
Text Example
White with #CCC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC900; }
p { color: rgb(204,201,0); }
H1.HeaderClassName
{
color: #CCC900;
}
.AnyTagClassName
{
color: #CCC900;
}
</style>
background-color css
<style>
a { background-color: #CCC900; }
a { background-color: rgb(204,201,0); }
div.DivClassName
{
background-color: #CCC900;
}
.BgClassName
{
background-color: #CCC900;
}
</style>
border-color css
<style>
span { border-color: #CCC900; }
span { border-color: rgb(204,201,0); }
td.TdClassName
{
border-color: #CCC900;
}
.TagClassName
{
border-color: #CCC900;
}
</style>