Shades of La Rioja #CBD404
Tints of La Rioja #CBD404
RGB
CMYK
RGB Variations
Color information
#CBD404 (or 0xCBD404) is known color: La Rioja. HEX triplet: CB, D4 and 04. RGB value is (203,212,4). Sum of RGB (Red+Green+Blue) = 203+212+4=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD404 is #342BFB. Grayscale: #BABABA. Windows color (decimal): -3419132 or 316619. OLE color: 316619.
HSL color Cylindrical-coordinate representation of color #CBD404: hue angle of 62.6º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBD404 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.17 |
| HSL | 62.6º | 0.96% | 0.42% | - |
| HSV(B) | 62.6º | 0.98% | 0.83% | - |
| XYZ | 48.19 | 59.79 | 9.12 | - |
| YUV | 185.6 | 25.52 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 4 | 0.04 | 0 | 0.98 | 0.17 | 62.6 | 0.96 | 0.42 |
| Hex | CB | D4 | 4 | 4 | 0 | 62 | 11 | 3F | 60 | 2A |
| Octal | 313 | 324 | 4 | 4 | 0 | 142 | 21 | 77 | 140 | 52 |
| Binary | 11001011 | 11010100 | 100 | 100 | 0 | 1100010 | 10001 | 111111 | 1100000 | 101010 |
Color Harmonies of #CBD404
Complementary color
Monochromatic Colors of #CBD404
Black with #CBD404
Text Example
Text Example
White with #CBD404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD404; }
p { color: rgb(203,212,4); }
H1.HeaderClassName
{
color: #CBD404;
}
.AnyTagClassName
{
color: #CBD404;
}
</style>
background-color css
<style>
a { background-color: #CBD404; }
a { background-color: rgb(203,212,4); }
div.DivClassName
{
background-color: #CBD404;
}
.BgClassName
{
background-color: #CBD404;
}
</style>
border-color css
<style>
span { border-color: #CBD404; }
span { border-color: rgb(203,212,4); }
td.TdClassName
{
border-color: #CBD404;
}
.TagClassName
{
border-color: #CBD404;
}
</style>