Shades of La Rioja #C4B308
Tints of La Rioja #C4B308
RGB
CMYK
RGB Variations
Color information
#C4B308 (or 0xC4B308) is known color: La Rioja. HEX triplet: C4, B3 and 08. RGB value is (196,179,8). Sum of RGB (Red+Green+Blue) = 196+179+8=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B308 is #3B4CF7. Grayscale: #A5A5A5. Windows color (decimal): -3886328 or 570308. OLE color: 570308.
HSL color Cylindrical-coordinate representation of color #C4B308: hue angle of 54.57º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4B308 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.23 |
| HSL | 54.57º | 0.92% | 0.4% | - |
| HSV(B) | 54.57º | 0.96% | 0.77% | - |
| XYZ | 38.93 | 43.99 | 6.67 | - |
| YUV | 164.59 | 39.63 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 8 | 0 | 0.09 | 0.96 | 0.23 | 54.57 | 0.92 | 0.4 |
| Hex | C4 | B3 | 8 | 0 | 9 | 60 | 17 | 37 | 5C | 28 |
| Octal | 304 | 263 | 10 | 0 | 11 | 140 | 27 | 67 | 134 | 50 |
| Binary | 11000100 | 10110011 | 1000 | 0 | 1001 | 1100000 | 10111 | 110111 | 1011100 | 101000 |
Color Harmonies of #C4B308
Complementary color
Monochromatic Colors of #C4B308
Black with #C4B308
Text Example
Text Example
White with #C4B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B308; }
p { color: rgb(196,179,8); }
H1.HeaderClassName
{
color: #C4B308;
}
.AnyTagClassName
{
color: #C4B308;
}
</style>
background-color css
<style>
a { background-color: #C4B308; }
a { background-color: rgb(196,179,8); }
div.DivClassName
{
background-color: #C4B308;
}
.BgClassName
{
background-color: #C4B308;
}
</style>
border-color css
<style>
span { border-color: #C4B308; }
span { border-color: rgb(196,179,8); }
td.TdClassName
{
border-color: #C4B308;
}
.TagClassName
{
border-color: #C4B308;
}
</style>