Shades of La Rioja #CBBF00
Tints of La Rioja #CBBF00
RGB
CMYK
RGB Variations
Color information
#CBBF00 (or 0xCBBF00) is known color: La Rioja. HEX triplet: CB, BF and 00. RGB value is (203,191,0). Sum of RGB (Red+Green+Blue) = 203+191+0=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBF00 is #3440FF. Grayscale: #ADADAD. Windows color (decimal): -3424512 or 49099. OLE color: 49099.
HSL color Cylindrical-coordinate representation of color #CBBF00: hue angle of 56.45º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBBF00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.20 |
| HSL | 56.45º | 1% | 0.4% | - |
| HSV(B) | 56.45º | 1% | 0.8% | - |
| XYZ | 43.26 | 49.96 | 7.36 | - |
| YUV | 172.81 | 30.48 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 0 | 0 | 0.06 | 1 | 0.20 | 56.45 | 1 | 0.4 |
| Hex | CB | BF | 0 | 0 | 6 | 64 | 14 | 38 | 64 | 28 |
| Octal | 313 | 277 | 0 | 0 | 6 | 144 | 24 | 70 | 144 | 50 |
| Binary | 11001011 | 10111111 | 0 | 0 | 110 | 1100100 | 10100 | 111000 | 1100100 | 101000 |
Color Harmonies of #CBBF00
Complementary color
Monochromatic Colors of #CBBF00
Black with #CBBF00
Text Example
Text Example
White with #CBBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBF00; }
p { color: rgb(203,191,0); }
H1.HeaderClassName
{
color: #CBBF00;
}
.AnyTagClassName
{
color: #CBBF00;
}
</style>
background-color css
<style>
a { background-color: #CBBF00; }
a { background-color: rgb(203,191,0); }
div.DivClassName
{
background-color: #CBBF00;
}
.BgClassName
{
background-color: #CBBF00;
}
</style>
border-color css
<style>
span { border-color: #CBBF00; }
span { border-color: rgb(203,191,0); }
td.TdClassName
{
border-color: #CBBF00;
}
.TagClassName
{
border-color: #CBBF00;
}
</style>