Shades of La Rioja #CBD306
Tints of La Rioja #CBD306
RGB
CMYK
RGB Variations
Color information
#CBD306 (or 0xCBD306) is known color: La Rioja. HEX triplet: CB, D3 and 06. RGB value is (203,211,6). Sum of RGB (Red+Green+Blue) = 203+211+6=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD306 is #342CF9. Grayscale: #BABABA. Windows color (decimal): -3419386 or 447435. OLE color: 447435.
HSL color Cylindrical-coordinate representation of color #CBD306: hue angle of 62.34º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBD306 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.17 |
| HSL | 62.34º | 0.94% | 0.43% | - |
| HSV(B) | 62.34º | 0.97% | 0.83% | - |
| XYZ | 47.96 | 59.3 | 9.09 | - |
| YUV | 185.24 | 26.85 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 6 | 0.04 | 0 | 0.97 | 0.17 | 62.34 | 0.94 | 0.43 |
| Hex | CB | D3 | 6 | 4 | 0 | 61 | 11 | 3E | 5E | 2B |
| Octal | 313 | 323 | 6 | 4 | 0 | 141 | 21 | 76 | 136 | 53 |
| Binary | 11001011 | 11010011 | 110 | 100 | 0 | 1100001 | 10001 | 111110 | 1011110 | 101011 |
Color Harmonies of #CBD306
Complementary color
Monochromatic Colors of #CBD306
Black with #CBD306
Text Example
Text Example
White with #CBD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD306; }
p { color: rgb(203,211,6); }
H1.HeaderClassName
{
color: #CBD306;
}
.AnyTagClassName
{
color: #CBD306;
}
</style>
background-color css
<style>
a { background-color: #CBD306; }
a { background-color: rgb(203,211,6); }
div.DivClassName
{
background-color: #CBD306;
}
.BgClassName
{
background-color: #CBD306;
}
</style>
border-color css
<style>
span { border-color: #CBD306; }
span { border-color: rgb(203,211,6); }
td.TdClassName
{
border-color: #CBD306;
}
.TagClassName
{
border-color: #CBD306;
}
</style>