Shades of La Rioja #CBD908
Tints of La Rioja #CBD908
RGB
CMYK
RGB Variations
Color information
#CBD908 (or 0xCBD908) is known color: La Rioja. HEX triplet: CB, D9 and 08. RGB value is (203,217,8). Sum of RGB (Red+Green+Blue) = 203+217+8=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD908 is #3426F7. Grayscale: #BDBDBD. Windows color (decimal): -3417848 or 580043. OLE color: 580043.
HSL color Cylindrical-coordinate representation of color #CBD908: hue angle of 64.02º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBD908 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.15 |
| HSL | 64.02º | 0.93% | 0.44% | - |
| HSV(B) | 64.02º | 0.96% | 0.85% | - |
| XYZ | 49.49 | 62.34 | 9.65 | - |
| YUV | 188.99 | 25.86 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 8 | 0.06 | 0 | 0.96 | 0.15 | 64.02 | 0.93 | 0.44 |
| Hex | CB | D9 | 8 | 6 | 0 | 60 | F | 40 | 5D | 2C |
| Octal | 313 | 331 | 10 | 6 | 0 | 140 | 17 | 100 | 135 | 54 |
| Binary | 11001011 | 11011001 | 1000 | 110 | 0 | 1100000 | 1111 | 1000000 | 1011101 | 101100 |
Color Harmonies of #CBD908
Complementary color
Monochromatic Colors of #CBD908
Black with #CBD908
Text Example
Text Example
White with #CBD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD908; }
p { color: rgb(203,217,8); }
H1.HeaderClassName
{
color: #CBD908;
}
.AnyTagClassName
{
color: #CBD908;
}
</style>
background-color css
<style>
a { background-color: #CBD908; }
a { background-color: rgb(203,217,8); }
div.DivClassName
{
background-color: #CBD908;
}
.BgClassName
{
background-color: #CBD908;
}
</style>
border-color css
<style>
span { border-color: #CBD908; }
span { border-color: rgb(203,217,8); }
td.TdClassName
{
border-color: #CBD908;
}
.TagClassName
{
border-color: #CBD908;
}
</style>