Shades of La Rioja #CBDC02
Tints of La Rioja #CBDC02
RGB
CMYK
RGB Variations
Color information
#CBDC02 (or 0xCBDC02) is known color: La Rioja. HEX triplet: CB, DC and 02. RGB value is (203,220,2). Sum of RGB (Red+Green+Blue) = 203+220+2=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDC02 is #3423FD. Grayscale: #BEBEBE. Windows color (decimal): -3417086 or 187595. OLE color: 187595.
HSL color Cylindrical-coordinate representation of color #CBDC02: hue angle of 64.68º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBDC02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.14 |
| HSL | 64.68º | 0.98% | 0.44% | - |
| HSV(B) | 64.68º | 0.99% | 0.86% | - |
| XYZ | 50.23 | 63.89 | 9.74 | - |
| YUV | 190.07 | 21.87 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 2 | 0.08 | 0 | 0.99 | 0.14 | 64.68 | 0.98 | 0.44 |
| Hex | CB | DC | 2 | 8 | 0 | 63 | E | 41 | 62 | 2C |
| Octal | 313 | 334 | 2 | 10 | 0 | 143 | 16 | 101 | 142 | 54 |
| Binary | 11001011 | 11011100 | 10 | 1000 | 0 | 1100011 | 1110 | 1000001 | 1100010 | 101100 |
Color Harmonies of #CBDC02
Complementary color
Monochromatic Colors of #CBDC02
Black with #CBDC02
Text Example
Text Example
White with #CBDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC02; }
p { color: rgb(203,220,2); }
H1.HeaderClassName
{
color: #CBDC02;
}
.AnyTagClassName
{
color: #CBDC02;
}
</style>
background-color css
<style>
a { background-color: #CBDC02; }
a { background-color: rgb(203,220,2); }
div.DivClassName
{
background-color: #CBDC02;
}
.BgClassName
{
background-color: #CBDC02;
}
</style>
border-color css
<style>
span { border-color: #CBDC02; }
span { border-color: rgb(203,220,2); }
td.TdClassName
{
border-color: #CBDC02;
}
.TagClassName
{
border-color: #CBDC02;
}
</style>