Shades of La Rioja #CBC300
Tints of La Rioja #CBC300
RGB
CMYK
RGB Variations
Color information
#CBC300 (or 0xCBC300) is known color: La Rioja. HEX triplet: CB, C3 and 00. RGB value is (203,195,0). Sum of RGB (Red+Green+Blue) = 203+195+0=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC300 is #343CFF. Grayscale: #AFAFAF. Windows color (decimal): -3423488 or 50123. OLE color: 50123.
HSL color Cylindrical-coordinate representation of color #CBC300: hue angle of 57.64º 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 #CBC300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.20 |
| HSL | 57.64º | 1% | 0.4% | - |
| HSV(B) | 57.64º | 1% | 0.8% | - |
| XYZ | 44.14 | 51.73 | 7.66 | - |
| YUV | 175.16 | 29.15 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 0 | 0 | 0.04 | 1 | 0.20 | 57.64 | 1 | 0.4 |
| Hex | CB | C3 | 0 | 0 | 4 | 64 | 14 | 3A | 64 | 28 |
| Octal | 313 | 303 | 0 | 0 | 4 | 144 | 24 | 72 | 144 | 50 |
| Binary | 11001011 | 11000011 | 0 | 0 | 100 | 1100100 | 10100 | 111010 | 1100100 | 101000 |
Color Harmonies of #CBC300
Complementary color
Monochromatic Colors of #CBC300
Black with #CBC300
Text Example
Text Example
White with #CBC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC300; }
p { color: rgb(203,195,0); }
H1.HeaderClassName
{
color: #CBC300;
}
.AnyTagClassName
{
color: #CBC300;
}
</style>
background-color css
<style>
a { background-color: #CBC300; }
a { background-color: rgb(203,195,0); }
div.DivClassName
{
background-color: #CBC300;
}
.BgClassName
{
background-color: #CBC300;
}
</style>
border-color css
<style>
span { border-color: #CBC300; }
span { border-color: rgb(203,195,0); }
td.TdClassName
{
border-color: #CBC300;
}
.TagClassName
{
border-color: #CBC300;
}
</style>