Shades of La Rioja #CADB03
Tints of La Rioja #CADB03
RGB
CMYK
RGB Variations
Color information
#CADB03 (or 0xCADB03) is known color: La Rioja. HEX triplet: CA, DB and 03. RGB value is (202,219,3). Sum of RGB (Red+Green+Blue) = 202+219+3=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADB03 is #3524FC. Grayscale: #BEBEBE. Windows color (decimal): -3482877 or 252874. OLE color: 252874.
HSL color Cylindrical-coordinate representation of color #CADB03: hue angle of 64.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CADB03 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 3 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.14 |
| HSL | 64.72º | 0.97% | 0.44% | - |
| HSV(B) | 64.72º | 0.99% | 0.86% | - |
| XYZ | 49.71 | 63.23 | 9.67 | - |
| YUV | 189.29 | 22.87 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 3 | 0.08 | 0 | 0.99 | 0.14 | 64.72 | 0.97 | 0.44 |
| Hex | CA | DB | 3 | 8 | 0 | 63 | E | 41 | 61 | 2C |
| Octal | 312 | 333 | 3 | 10 | 0 | 143 | 16 | 101 | 141 | 54 |
| Binary | 11001010 | 11011011 | 11 | 1000 | 0 | 1100011 | 1110 | 1000001 | 1100001 | 101100 |
Color Harmonies of #CADB03
Complementary color
Monochromatic Colors of #CADB03
Black with #CADB03
Text Example
Text Example
White with #CADB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB03; }
p { color: rgb(202,219,3); }
H1.HeaderClassName
{
color: #CADB03;
}
.AnyTagClassName
{
color: #CADB03;
}
</style>
background-color css
<style>
a { background-color: #CADB03; }
a { background-color: rgb(202,219,3); }
div.DivClassName
{
background-color: #CADB03;
}
.BgClassName
{
background-color: #CADB03;
}
</style>
border-color css
<style>
span { border-color: #CADB03; }
span { border-color: rgb(202,219,3); }
td.TdClassName
{
border-color: #CADB03;
}
.TagClassName
{
border-color: #CADB03;
}
</style>