Shades of La Rioja #CBDC01
Tints of La Rioja #CBDC01
RGB
CMYK
RGB Variations
Color information
#CBDC01 (or 0xCBDC01) is known color: La Rioja. HEX triplet: CB, DC and 01. RGB value is (203,220,1). Sum of RGB (Red+Green+Blue) = 203+220+1=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDC01 is #3423FE. Grayscale: #BEBEBE. Windows color (decimal): -3417087 or 122059. OLE color: 122059.
HSL color Cylindrical-coordinate representation of color #CBDC01: hue angle of 64.66º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBDC01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.14 |
| HSL | 64.66º | 0.99% | 0.43% | - |
| HSV(B) | 64.66º | 1% | 0.86% | - |
| XYZ | 50.23 | 63.89 | 9.71 | - |
| YUV | 189.95 | 21.37 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 1 | 0.08 | 0 | 1.00 | 0.14 | 64.66 | 0.99 | 0.43 |
| Hex | CB | DC | 1 | 8 | 0 | 64 | E | 41 | 63 | 2B |
| Octal | 313 | 334 | 1 | 10 | 0 | 144 | 16 | 101 | 143 | 53 |
| Binary | 11001011 | 11011100 | 1 | 1000 | 0 | 1100100 | 1110 | 1000001 | 1100011 | 101011 |
Color Harmonies of #CBDC01
Complementary color
Monochromatic Colors of #CBDC01
Black with #CBDC01
Text Example
Text Example
White with #CBDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC01; }
p { color: rgb(203,220,1); }
H1.HeaderClassName
{
color: #CBDC01;
}
.AnyTagClassName
{
color: #CBDC01;
}
</style>
background-color css
<style>
a { background-color: #CBDC01; }
a { background-color: rgb(203,220,1); }
div.DivClassName
{
background-color: #CBDC01;
}
.BgClassName
{
background-color: #CBDC01;
}
</style>
border-color css
<style>
span { border-color: #CBDC01; }
span { border-color: rgb(203,220,1); }
td.TdClassName
{
border-color: #CBDC01;
}
.TagClassName
{
border-color: #CBDC01;
}
</style>