Shades of La Rioja #CBD602
Tints of La Rioja #CBD602
RGB
CMYK
RGB Variations
Color information
#CBD602 (or 0xCBD602) is known color: La Rioja. HEX triplet: CB, D6 and 02. RGB value is (203,214,2). Sum of RGB (Red+Green+Blue) = 203+214+2=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD602 is #3429FD. Grayscale: #BBBBBB. Windows color (decimal): -3418622 or 186059. OLE color: 186059.
HSL color Cylindrical-coordinate representation of color #CBD602: hue angle of 63.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBD602 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.16 |
| HSL | 63.11º | 0.98% | 0.42% | - |
| HSV(B) | 63.11º | 0.99% | 0.84% | - |
| XYZ | 48.69 | 60.79 | 9.23 | - |
| YUV | 186.54 | 23.86 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 2 | 0.05 | 0 | 0.99 | 0.16 | 63.11 | 0.98 | 0.42 |
| Hex | CB | D6 | 2 | 5 | 0 | 63 | 10 | 3F | 62 | 2A |
| Octal | 313 | 326 | 2 | 5 | 0 | 143 | 20 | 77 | 142 | 52 |
| Binary | 11001011 | 11010110 | 10 | 101 | 0 | 1100011 | 10000 | 111111 | 1100010 | 101010 |
Color Harmonies of #CBD602
Complementary color
Monochromatic Colors of #CBD602
Black with #CBD602
Text Example
Text Example
White with #CBD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD602; }
p { color: rgb(203,214,2); }
H1.HeaderClassName
{
color: #CBD602;
}
.AnyTagClassName
{
color: #CBD602;
}
</style>
background-color css
<style>
a { background-color: #CBD602; }
a { background-color: rgb(203,214,2); }
div.DivClassName
{
background-color: #CBD602;
}
.BgClassName
{
background-color: #CBD602;
}
</style>
border-color css
<style>
span { border-color: #CBD602; }
span { border-color: rgb(203,214,2); }
td.TdClassName
{
border-color: #CBD602;
}
.TagClassName
{
border-color: #CBD602;
}
</style>