Shades of La Rioja #C4BD0F
Tints of La Rioja #C4BD0F
RGB
CMYK
RGB Variations
Color information
#C4BD0F (or 0xC4BD0F) is known color: La Rioja. HEX triplet: C4, BD and 0F. RGB value is (196,189,15). Sum of RGB (Red+Green+Blue) = 196+189+15=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BD0F is #3B42F0. Grayscale: #ABABAB. Windows color (decimal): -3883761 or 1031620. OLE color: 1031620.
HSL color Cylindrical-coordinate representation of color #C4BD0F: hue angle of 57.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4BD0F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 15 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.23 |
| HSL | 57.68º | 0.86% | 0.41% | - |
| HSV(B) | 57.68º | 0.92% | 0.77% | - |
| XYZ | 41.05 | 48.17 | 7.59 | - |
| YUV | 171.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 15 | 0 | 0.04 | 0.92 | 0.23 | 57.68 | 0.86 | 0.41 |
| Hex | C4 | BD | F | 0 | 4 | 5C | 17 | 3A | 56 | 29 |
| Octal | 304 | 275 | 17 | 0 | 4 | 134 | 27 | 72 | 126 | 51 |
| Binary | 11000100 | 10111101 | 1111 | 0 | 100 | 1011100 | 10111 | 111010 | 1010110 | 101001 |
Color Harmonies of #C4BD0F
Complementary color
Monochromatic Colors of #C4BD0F
Black with #C4BD0F
Text Example
Text Example
White with #C4BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD0F; }
p { color: rgb(196,189,15); }
H1.HeaderClassName
{
color: #C4BD0F;
}
.AnyTagClassName
{
color: #C4BD0F;
}
</style>
background-color css
<style>
a { background-color: #C4BD0F; }
a { background-color: rgb(196,189,15); }
div.DivClassName
{
background-color: #C4BD0F;
}
.BgClassName
{
background-color: #C4BD0F;
}
</style>
border-color css
<style>
span { border-color: #C4BD0F; }
span { border-color: rgb(196,189,15); }
td.TdClassName
{
border-color: #C4BD0F;
}
.TagClassName
{
border-color: #C4BD0F;
}
</style>