Shades of La Rioja #CBD500
Tints of La Rioja #CBD500
RGB
CMYK
RGB Variations
Color information
#CBD500 (or 0xCBD500) is known color: La Rioja. HEX triplet: CB, D5 and 00. RGB value is (203,213,0). Sum of RGB (Red+Green+Blue) = 203+213+0=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD500 is #342AFF. Grayscale: #BABABA. Windows color (decimal): -3418880 or 54731. OLE color: 54731.
HSL color Cylindrical-coordinate representation of color #CBD500: hue angle of 62.82º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBD500 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.16 |
| HSL | 62.82º | 1% | 0.42% | - |
| HSV(B) | 62.82º | 1% | 0.84% | - |
| XYZ | 48.42 | 60.29 | 9.08 | - |
| YUV | 185.73 | 23.19 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 0 | 0.05 | 0 | 1 | 0.16 | 62.82 | 1 | 0.42 |
| Hex | CB | D5 | 0 | 5 | 0 | 64 | 10 | 3F | 64 | 2A |
| Octal | 313 | 325 | 0 | 5 | 0 | 144 | 20 | 77 | 144 | 52 |
| Binary | 11001011 | 11010101 | 0 | 101 | 0 | 1100100 | 10000 | 111111 | 1100100 | 101010 |
Color Harmonies of #CBD500
Complementary color
Monochromatic Colors of #CBD500
Black with #CBD500
Text Example
Text Example
White with #CBD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD500; }
p { color: rgb(203,213,0); }
H1.HeaderClassName
{
color: #CBD500;
}
.AnyTagClassName
{
color: #CBD500;
}
</style>
background-color css
<style>
a { background-color: #CBD500; }
a { background-color: rgb(203,213,0); }
div.DivClassName
{
background-color: #CBD500;
}
.BgClassName
{
background-color: #CBD500;
}
</style>
border-color css
<style>
span { border-color: #CBD500; }
span { border-color: rgb(203,213,0); }
td.TdClassName
{
border-color: #CBD500;
}
.TagClassName
{
border-color: #CBD500;
}
</style>