Shades of La Rioja #CBBD00
Tints of La Rioja #CBBD00
RGB
CMYK
RGB Variations
Color information
#CBBD00 (or 0xCBBD00) is known color: La Rioja. HEX triplet: CB, BD and 00. RGB value is (203,189,0). Sum of RGB (Red+Green+Blue) = 203+189+0=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBD00 is #3442FF. Grayscale: #ACACAC. Windows color (decimal): -3425024 or 48587. OLE color: 48587.
HSL color Cylindrical-coordinate representation of color #CBBD00: hue angle of 55.86º 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 #CBBD00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.20 |
| HSL | 55.86º | 1% | 0.4% | - |
| HSV(B) | 55.86º | 1% | 0.8% | - |
| XYZ | 42.83 | 49.09 | 7.22 | - |
| YUV | 171.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 0 | 0 | 0.07 | 1 | 0.20 | 55.86 | 1 | 0.4 |
| Hex | CB | BD | 0 | 0 | 7 | 64 | 14 | 38 | 64 | 28 |
| Octal | 313 | 275 | 0 | 0 | 7 | 144 | 24 | 70 | 144 | 50 |
| Binary | 11001011 | 10111101 | 0 | 0 | 111 | 1100100 | 10100 | 111000 | 1100100 | 101000 |
Color Harmonies of #CBBD00
Complementary color
Monochromatic Colors of #CBBD00
Black with #CBBD00
Text Example
Text Example
White with #CBBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD00; }
p { color: rgb(203,189,0); }
H1.HeaderClassName
{
color: #CBBD00;
}
.AnyTagClassName
{
color: #CBBD00;
}
</style>
background-color css
<style>
a { background-color: #CBBD00; }
a { background-color: rgb(203,189,0); }
div.DivClassName
{
background-color: #CBBD00;
}
.BgClassName
{
background-color: #CBBD00;
}
</style>
border-color css
<style>
span { border-color: #CBBD00; }
span { border-color: rgb(203,189,0); }
td.TdClassName
{
border-color: #CBBD00;
}
.TagClassName
{
border-color: #CBBD00;
}
</style>