Shades of La Rioja #CADB08
Tints of La Rioja #CADB08
RGB
CMYK
RGB Variations
Color information
#CADB08 (or 0xCADB08) is known color: La Rioja. HEX triplet: CA, DB and 08. RGB value is (202,219,8). Sum of RGB (Red+Green+Blue) = 202+219+8=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADB08 is #3524F7. Grayscale: #BEBEBE. Windows color (decimal): -3482872 or 580554. OLE color: 580554.
HSL color Cylindrical-coordinate representation of color #CADB08: hue angle of 64.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CADB08 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.14 |
| HSL | 64.83º | 0.93% | 0.45% | - |
| HSV(B) | 64.83º | 0.96% | 0.86% | - |
| XYZ | 49.73 | 63.24 | 9.81 | - |
| YUV | 189.86 | 25.37 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 8 | 0.08 | 0 | 0.96 | 0.14 | 64.83 | 0.93 | 0.45 |
| Hex | CA | DB | 8 | 8 | 0 | 60 | E | 41 | 5D | 2D |
| Octal | 312 | 333 | 10 | 10 | 0 | 140 | 16 | 101 | 135 | 55 |
| Binary | 11001010 | 11011011 | 1000 | 1000 | 0 | 1100000 | 1110 | 1000001 | 1011101 | 101101 |
Color Harmonies of #CADB08
Complementary color
Monochromatic Colors of #CADB08
Black with #CADB08
Text Example
Text Example
White with #CADB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB08; }
p { color: rgb(202,219,8); }
H1.HeaderClassName
{
color: #CADB08;
}
.AnyTagClassName
{
color: #CADB08;
}
</style>
background-color css
<style>
a { background-color: #CADB08; }
a { background-color: rgb(202,219,8); }
div.DivClassName
{
background-color: #CADB08;
}
.BgClassName
{
background-color: #CADB08;
}
</style>
border-color css
<style>
span { border-color: #CADB08; }
span { border-color: rgb(202,219,8); }
td.TdClassName
{
border-color: #CADB08;
}
.TagClassName
{
border-color: #CADB08;
}
</style>