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