Shades of La Rioja #CADA0A
Tints of La Rioja #CADA0A
RGB
CMYK
RGB Variations
Color information
#CADA0A (or 0xCADA0A) is known color: La Rioja. HEX triplet: CA, DA and 0A. RGB value is (202,218,10). Sum of RGB (Red+Green+Blue) = 202+218+10=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADA0A is #3525F5. Grayscale: #BEBEBE. Windows color (decimal): -3483126 or 711370. OLE color: 711370.
HSL color Cylindrical-coordinate representation of color #CADA0A: hue angle of 64.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CADA0A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.15 |
| HSL | 64.62º | 0.91% | 0.45% | - |
| HSV(B) | 64.62º | 0.95% | 0.85% | - |
| XYZ | 49.48 | 62.72 | 9.79 | - |
| YUV | 189.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 10 | 0.07 | 0 | 0.95 | 0.15 | 64.62 | 0.91 | 0.45 |
| Hex | CA | DA | A | 7 | 0 | 5F | F | 41 | 5B | 2D |
| Octal | 312 | 332 | 12 | 7 | 0 | 137 | 17 | 101 | 133 | 55 |
| Binary | 11001010 | 11011010 | 1010 | 111 | 0 | 1011111 | 1111 | 1000001 | 1011011 | 101101 |
Color Harmonies of #CADA0A
Complementary color
Monochromatic Colors of #CADA0A
Black with #CADA0A
Text Example
Text Example
White with #CADA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA0A; }
p { color: rgb(202,218,10); }
H1.HeaderClassName
{
color: #CADA0A;
}
.AnyTagClassName
{
color: #CADA0A;
}
</style>
background-color css
<style>
a { background-color: #CADA0A; }
a { background-color: rgb(202,218,10); }
div.DivClassName
{
background-color: #CADA0A;
}
.BgClassName
{
background-color: #CADA0A;
}
</style>
border-color css
<style>
span { border-color: #CADA0A; }
span { border-color: rgb(202,218,10); }
td.TdClassName
{
border-color: #CADA0A;
}
.TagClassName
{
border-color: #CADA0A;
}
</style>