Shades of La Rioja #CBDC05
Tints of La Rioja #CBDC05
RGB
CMYK
RGB Variations
Color information
#CBDC05 (or 0xCBDC05) is known color: La Rioja. HEX triplet: CB, DC and 05. RGB value is (203,220,5). Sum of RGB (Red+Green+Blue) = 203+220+5=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDC05 is #3423FA. Grayscale: #BFBFBF. Windows color (decimal): -3417083 or 384203. OLE color: 384203.
HSL color Cylindrical-coordinate representation of color #CBDC05: hue angle of 64.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBDC05 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 5 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.14 |
| HSL | 64.74º | 0.96% | 0.44% | - |
| HSV(B) | 64.74º | 0.98% | 0.86% | - |
| XYZ | 50.25 | 63.89 | 9.83 | - |
| YUV | 190.41 | 23.37 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 5 | 0.08 | 0 | 0.98 | 0.14 | 64.74 | 0.96 | 0.44 |
| Hex | CB | DC | 5 | 8 | 0 | 62 | E | 41 | 60 | 2C |
| Octal | 313 | 334 | 5 | 10 | 0 | 142 | 16 | 101 | 140 | 54 |
| Binary | 11001011 | 11011100 | 101 | 1000 | 0 | 1100010 | 1110 | 1000001 | 1100000 | 101100 |
Color Harmonies of #CBDC05
Complementary color
Monochromatic Colors of #CBDC05
Black with #CBDC05
Text Example
Text Example
White with #CBDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC05; }
p { color: rgb(203,220,5); }
H1.HeaderClassName
{
color: #CBDC05;
}
.AnyTagClassName
{
color: #CBDC05;
}
</style>
background-color css
<style>
a { background-color: #CBDC05; }
a { background-color: rgb(203,220,5); }
div.DivClassName
{
background-color: #CBDC05;
}
.BgClassName
{
background-color: #CBDC05;
}
</style>
border-color css
<style>
span { border-color: #CBDC05; }
span { border-color: rgb(203,220,5); }
td.TdClassName
{
border-color: #CBDC05;
}
.TagClassName
{
border-color: #CBDC05;
}
</style>