Shades of La Rioja #CAD60B
Tints of La Rioja #CAD60B
RGB
CMYK
RGB Variations
Color information
#CAD60B (or 0xCAD60B) is known color: La Rioja. HEX triplet: CA, D6 and 0B. RGB value is (202,214,11). Sum of RGB (Red+Green+Blue) = 202+214+11=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD60B is #3529F4. Grayscale: #BCBCBC. Windows color (decimal): -3484149 or 775882. OLE color: 775882.
HSL color Cylindrical-coordinate representation of color #CAD60B: hue angle of 63.55º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAD60B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 214 | 11 | - |
CMYK | 0.06 | 0 | 0.95 | 0.16 |
HSL | 63.55º | 0.9% | 0.44% | - |
HSV(B) | 63.55º | 0.95% | 0.84% | - |
XYZ | 48.46 | 60.67 | 9.47 | - |
YUV | 187.27 | 28.52 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 214 | 11 | 0.06 | 0 | 0.95 | 0.16 | 63.55 | 0.9 | 0.44 |
Hex | CA | D6 | B | 6 | 0 | 5F | 10 | 40 | 5A | 2C |
Octal | 312 | 326 | 13 | 6 | 0 | 137 | 20 | 100 | 132 | 54 |
Binary | 11001010 | 11010110 | 1011 | 110 | 0 | 1011111 | 10000 | 1000000 | 1011010 | 101100 |
Color Harmonies of #CAD60B
Complementary color
Monochromatic Colors of #CAD60B
Black with #CAD60B
Text Example
Text Example
White with #CAD60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD60B; }
p { color: rgb(202,214,11); }
H1.HeaderClassName
{
color: #CAD60B;
}
.AnyTagClassName
{
color: #CAD60B;
}
</style>
background-color css
<style>
a { background-color: #CAD60B; }
a { background-color: rgb(202,214,11); }
div.DivClassName
{
background-color: #CAD60B;
}
.BgClassName
{
background-color: #CAD60B;
}
</style>
border-color css
<style>
span { border-color: #CAD60B; }
span { border-color: rgb(202,214,11); }
td.TdClassName
{
border-color: #CAD60B;
}
.TagClassName
{
border-color: #CAD60B;
}
</style>