Shades of La Rioja #CBC400
Tints of La Rioja #CBC400
RGB
CMYK
RGB Variations
Color information
#CBC400 (or 0xCBC400) is known color: La Rioja. HEX triplet: CB, C4 and 00. RGB value is (203,196,0). Sum of RGB (Red+Green+Blue) = 203+196+0=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC400 is #343BFF. Grayscale: #B0B0B0. Windows color (decimal): -3423232 or 50379. OLE color: 50379.
HSL color Cylindrical-coordinate representation of color #CBC400: hue angle of 57.93º 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 #CBC400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.20 |
| HSL | 57.93º | 1% | 0.4% | - |
| HSV(B) | 57.93º | 1% | 0.8% | - |
| XYZ | 44.37 | 52.18 | 7.73 | - |
| YUV | 175.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 0 | 0 | 0.03 | 1 | 0.20 | 57.93 | 1 | 0.4 |
| Hex | CB | C4 | 0 | 0 | 3 | 64 | 14 | 3A | 64 | 28 |
| Octal | 313 | 304 | 0 | 0 | 3 | 144 | 24 | 72 | 144 | 50 |
| Binary | 11001011 | 11000100 | 0 | 0 | 11 | 1100100 | 10100 | 111010 | 1100100 | 101000 |
Color Harmonies of #CBC400
Complementary color
Monochromatic Colors of #CBC400
Black with #CBC400
Text Example
Text Example
White with #CBC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC400; }
p { color: rgb(203,196,0); }
H1.HeaderClassName
{
color: #CBC400;
}
.AnyTagClassName
{
color: #CBC400;
}
</style>
background-color css
<style>
a { background-color: #CBC400; }
a { background-color: rgb(203,196,0); }
div.DivClassName
{
background-color: #CBC400;
}
.BgClassName
{
background-color: #CBC400;
}
</style>
border-color css
<style>
span { border-color: #CBC400; }
span { border-color: rgb(203,196,0); }
td.TdClassName
{
border-color: #CBC400;
}
.TagClassName
{
border-color: #CBC400;
}
</style>