Shades of La Rioja #CBD508
Tints of La Rioja #CBD508
RGB
CMYK
RGB Variations
Color information
#CBD508 (or 0xCBD508) is known color: La Rioja. HEX triplet: CB, D5 and 08. RGB value is (203,213,8). Sum of RGB (Red+Green+Blue) = 203+213+8=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD508 is #342AF7. Grayscale: #BBBBBB. Windows color (decimal): -3418872 or 579019. OLE color: 579019.
HSL color Cylindrical-coordinate representation of color #CBD508: hue angle of 62.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBD508 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.16 |
| HSL | 62.93º | 0.93% | 0.43% | - |
| HSV(B) | 62.93º | 0.96% | 0.84% | - |
| XYZ | 48.47 | 60.3 | 9.31 | - |
| YUV | 186.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 8 | 0.05 | 0 | 0.96 | 0.16 | 62.93 | 0.93 | 0.43 |
| Hex | CB | D5 | 8 | 5 | 0 | 60 | 10 | 3F | 5D | 2B |
| Octal | 313 | 325 | 10 | 5 | 0 | 140 | 20 | 77 | 135 | 53 |
| Binary | 11001011 | 11010101 | 1000 | 101 | 0 | 1100000 | 10000 | 111111 | 1011101 | 101011 |
Color Harmonies of #CBD508
Complementary color
Monochromatic Colors of #CBD508
Black with #CBD508
Text Example
Text Example
White with #CBD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD508; }
p { color: rgb(203,213,8); }
H1.HeaderClassName
{
color: #CBD508;
}
.AnyTagClassName
{
color: #CBD508;
}
</style>
background-color css
<style>
a { background-color: #CBD508; }
a { background-color: rgb(203,213,8); }
div.DivClassName
{
background-color: #CBD508;
}
.BgClassName
{
background-color: #CBD508;
}
</style>
border-color css
<style>
span { border-color: #CBD508; }
span { border-color: rgb(203,213,8); }
td.TdClassName
{
border-color: #CBD508;
}
.TagClassName
{
border-color: #CBD508;
}
</style>