Shades of La Rioja #C3B70D
Tints of La Rioja #C3B70D
RGB
CMYK
RGB Variations
Color information
#C3B70D (or 0xC3B70D) is known color: La Rioja. HEX triplet: C3, B7 and 0D. RGB value is (195,183,13). Sum of RGB (Red+Green+Blue) = 195+183+13=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B70D is #3C48F2. Grayscale: #A7A7A7. Windows color (decimal): -3950835 or 899011. OLE color: 899011.
HSL color Cylindrical-coordinate representation of color #C3B70D: hue angle of 56.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3B70D is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 13 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.24 |
| HSL | 56.04º | 0.88% | 0.41% | - |
| HSV(B) | 56.04º | 0.93% | 0.76% | - |
| XYZ | 39.51 | 45.5 | 7.08 | - |
| YUV | 167.21 | 40.98 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 13 | 0 | 0.06 | 0.93 | 0.24 | 56.04 | 0.88 | 0.41 |
| Hex | C3 | B7 | D | 0 | 6 | 5D | 18 | 38 | 58 | 29 |
| Octal | 303 | 267 | 15 | 0 | 6 | 135 | 30 | 70 | 130 | 51 |
| Binary | 11000011 | 10110111 | 1101 | 0 | 110 | 1011101 | 11000 | 111000 | 1011000 | 101001 |
Color Harmonies of #C3B70D
Complementary color
Monochromatic Colors of #C3B70D
Black with #C3B70D
Text Example
Text Example
White with #C3B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B70D; }
p { color: rgb(195,183,13); }
H1.HeaderClassName
{
color: #C3B70D;
}
.AnyTagClassName
{
color: #C3B70D;
}
</style>
background-color css
<style>
a { background-color: #C3B70D; }
a { background-color: rgb(195,183,13); }
div.DivClassName
{
background-color: #C3B70D;
}
.BgClassName
{
background-color: #C3B70D;
}
</style>
border-color css
<style>
span { border-color: #C3B70D; }
span { border-color: rgb(195,183,13); }
td.TdClassName
{
border-color: #C3B70D;
}
.TagClassName
{
border-color: #C3B70D;
}
</style>