Shades of La Rioja #CBD300
Tints of La Rioja #CBD300
RGB
CMYK
RGB Variations
Color information
#CBD300 (or 0xCBD300) is known color: La Rioja. HEX triplet: CB, D3 and 00. RGB value is (203,211,0). Sum of RGB (Red+Green+Blue) = 203+211+0=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD300 is #342CFF. Grayscale: #B9B9B9. Windows color (decimal): -3419392 or 54219. OLE color: 54219.
HSL color Cylindrical-coordinate representation of color #CBD300: hue angle of 62.27º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBD300 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.17 |
| HSL | 62.27º | 1% | 0.41% | - |
| HSV(B) | 62.27º | 1% | 0.83% | - |
| XYZ | 47.92 | 59.29 | 8.92 | - |
| YUV | 184.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 0 | 0.04 | 0 | 1 | 0.17 | 62.27 | 1 | 0.41 |
| Hex | CB | D3 | 0 | 4 | 0 | 64 | 11 | 3E | 64 | 29 |
| Octal | 313 | 323 | 0 | 4 | 0 | 144 | 21 | 76 | 144 | 51 |
| Binary | 11001011 | 11010011 | 0 | 100 | 0 | 1100100 | 10001 | 111110 | 1100100 | 101001 |
Color Harmonies of #CBD300
Complementary color
Monochromatic Colors of #CBD300
Black with #CBD300
Text Example
Text Example
White with #CBD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD300; }
p { color: rgb(203,211,0); }
H1.HeaderClassName
{
color: #CBD300;
}
.AnyTagClassName
{
color: #CBD300;
}
</style>
background-color css
<style>
a { background-color: #CBD300; }
a { background-color: rgb(203,211,0); }
div.DivClassName
{
background-color: #CBD300;
}
.BgClassName
{
background-color: #CBD300;
}
</style>
border-color css
<style>
span { border-color: #CBD300; }
span { border-color: rgb(203,211,0); }
td.TdClassName
{
border-color: #CBD300;
}
.TagClassName
{
border-color: #CBD300;
}
</style>