Shades of La Rioja #CBD700
Tints of La Rioja #CBD700
RGB
CMYK
RGB Variations
Color information
#CBD700 (or 0xCBD700) is known color: La Rioja. HEX triplet: CB, D7 and 00. RGB value is (203,215,0). Sum of RGB (Red+Green+Blue) = 203+215+0=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD700 is #3428FF. Grayscale: #BBBBBB. Windows color (decimal): -3418368 or 55243. OLE color: 55243.
HSL color Cylindrical-coordinate representation of color #CBD700: hue angle of 63.35º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBD700 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.16 |
| HSL | 63.35º | 1% | 0.42% | - |
| HSV(B) | 63.35º | 1% | 0.84% | - |
| XYZ | 48.93 | 61.3 | 9.25 | - |
| YUV | 186.9 | 22.52 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 0 | 0.06 | 0 | 1 | 0.16 | 63.35 | 1 | 0.42 |
| Hex | CB | D7 | 0 | 6 | 0 | 64 | 10 | 3F | 64 | 2A |
| Octal | 313 | 327 | 0 | 6 | 0 | 144 | 20 | 77 | 144 | 52 |
| Binary | 11001011 | 11010111 | 0 | 110 | 0 | 1100100 | 10000 | 111111 | 1100100 | 101010 |
Color Harmonies of #CBD700
Complementary color
Monochromatic Colors of #CBD700
Black with #CBD700
Text Example
Text Example
White with #CBD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD700; }
p { color: rgb(203,215,0); }
H1.HeaderClassName
{
color: #CBD700;
}
.AnyTagClassName
{
color: #CBD700;
}
</style>
background-color css
<style>
a { background-color: #CBD700; }
a { background-color: rgb(203,215,0); }
div.DivClassName
{
background-color: #CBD700;
}
.BgClassName
{
background-color: #CBD700;
}
</style>
border-color css
<style>
span { border-color: #CBD700; }
span { border-color: rgb(203,215,0); }
td.TdClassName
{
border-color: #CBD700;
}
.TagClassName
{
border-color: #CBD700;
}
</style>