Shades of La Rioja #CBD403
Tints of La Rioja #CBD403
RGB
CMYK
RGB Variations
Color information
#CBD403 (or 0xCBD403) is known color: La Rioja. HEX triplet: CB, D4 and 03. RGB value is (203,212,3). Sum of RGB (Red+Green+Blue) = 203+212+3=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD403 is #342BFC. Grayscale: #BABABA. Windows color (decimal): -3419133 or 251083. OLE color: 251083.
HSL color Cylindrical-coordinate representation of color #CBD403: hue angle of 62.58º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBD403 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 3 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.17 |
| HSL | 62.58º | 0.97% | 0.42% | - |
| HSV(B) | 62.58º | 0.99% | 0.83% | - |
| XYZ | 48.19 | 59.79 | 9.09 | - |
| YUV | 185.48 | 25.02 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 3 | 0.04 | 0 | 0.99 | 0.17 | 62.58 | 0.97 | 0.42 |
| Hex | CB | D4 | 3 | 4 | 0 | 63 | 11 | 3F | 61 | 2A |
| Octal | 313 | 324 | 3 | 4 | 0 | 143 | 21 | 77 | 141 | 52 |
| Binary | 11001011 | 11010100 | 11 | 100 | 0 | 1100011 | 10001 | 111111 | 1100001 | 101010 |
Color Harmonies of #CBD403
Complementary color
Monochromatic Colors of #CBD403
Black with #CBD403
Text Example
Text Example
White with #CBD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD403; }
p { color: rgb(203,212,3); }
H1.HeaderClassName
{
color: #CBD403;
}
.AnyTagClassName
{
color: #CBD403;
}
</style>
background-color css
<style>
a { background-color: #CBD403; }
a { background-color: rgb(203,212,3); }
div.DivClassName
{
background-color: #CBD403;
}
.BgClassName
{
background-color: #CBD403;
}
</style>
border-color css
<style>
span { border-color: #CBD403; }
span { border-color: rgb(203,212,3); }
td.TdClassName
{
border-color: #CBD403;
}
.TagClassName
{
border-color: #CBD403;
}
</style>