Shades of La Rioja #C6B802
Tints of La Rioja #C6B802
RGB
CMYK
RGB Variations
Color information
#C6B802 (or 0xC6B802) is known color: La Rioja. HEX triplet: C6, B8 and 02. RGB value is (198,184,2). Sum of RGB (Red+Green+Blue) = 198+184+2=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B802 is #3947FD. Grayscale: #A8A8A8. Windows color (decimal): -3753982 or 178374. OLE color: 178374.
HSL color Cylindrical-coordinate representation of color #C6B802: hue angle of 55.71º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6B802 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.22 |
| HSL | 55.71º | 0.98% | 0.39% | - |
| HSV(B) | 55.71º | 0.99% | 0.78% | - |
| XYZ | 40.44 | 46.29 | 6.86 | - |
| YUV | 167.44 | 34.64 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 2 | 0 | 0.07 | 0.99 | 0.22 | 55.71 | 0.98 | 0.39 |
| Hex | C6 | B8 | 2 | 0 | 7 | 63 | 16 | 38 | 62 | 27 |
| Octal | 306 | 270 | 2 | 0 | 7 | 143 | 26 | 70 | 142 | 47 |
| Binary | 11000110 | 10111000 | 10 | 0 | 111 | 1100011 | 10110 | 111000 | 1100010 | 100111 |
Color Harmonies of #C6B802
Complementary color
Monochromatic Colors of #C6B802
Black with #C6B802
Text Example
Text Example
White with #C6B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B802; }
p { color: rgb(198,184,2); }
H1.HeaderClassName
{
color: #C6B802;
}
.AnyTagClassName
{
color: #C6B802;
}
</style>
background-color css
<style>
a { background-color: #C6B802; }
a { background-color: rgb(198,184,2); }
div.DivClassName
{
background-color: #C6B802;
}
.BgClassName
{
background-color: #C6B802;
}
</style>
border-color css
<style>
span { border-color: #C6B802; }
span { border-color: rgb(198,184,2); }
td.TdClassName
{
border-color: #C6B802;
}
.TagClassName
{
border-color: #C6B802;
}
</style>