Shades of La Rioja #CCCB00
Tints of La Rioja #CCCB00
RGB
CMYK
RGB Variations
Color information
#CCCB00 (or 0xCCCB00) is known color: La Rioja. HEX triplet: CC, CB and 00. RGB value is (204,203,0). Sum of RGB (Red+Green+Blue) = 204+203+0=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB00 is #3334FF. Grayscale: #B4B4B4. Windows color (decimal): -3355904 or 52172. OLE color: 52172.
HSL color Cylindrical-coordinate representation of color #CCCB00: hue angle of 59.71º 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 #CCCB00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.2 |
| HSL | 59.71º | 1% | 0.4% | - |
| HSV(B) | 59.71º | 1% | 0.8% | - |
| XYZ | 46.26 | 55.55 | 8.28 | - |
| YUV | 180.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 0 | 0 | 0.00 | 1 | 0.2 | 59.71 | 1 | 0.4 |
| Hex | CC | CB | 0 | 0 | 0 | 64 | 14 | 3C | 64 | 28 |
| Octal | 314 | 313 | 0 | 0 | 0 | 144 | 24 | 74 | 144 | 50 |
| Binary | 11001100 | 11001011 | 0 | 0 | 0 | 1100100 | 10100 | 111100 | 1100100 | 101000 |
Color Harmonies of #CCCB00
Complementary color
Monochromatic Colors of #CCCB00
Black with #CCCB00
Text Example
Text Example
White with #CCCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB00; }
p { color: rgb(204,203,0); }
H1.HeaderClassName
{
color: #CCCB00;
}
.AnyTagClassName
{
color: #CCCB00;
}
</style>
background-color css
<style>
a { background-color: #CCCB00; }
a { background-color: rgb(204,203,0); }
div.DivClassName
{
background-color: #CCCB00;
}
.BgClassName
{
background-color: #CCCB00;
}
</style>
border-color css
<style>
span { border-color: #CCCB00; }
span { border-color: rgb(204,203,0); }
td.TdClassName
{
border-color: #CCCB00;
}
.TagClassName
{
border-color: #CCCB00;
}
</style>