Shades of La Rioja #CBDB03
Tints of La Rioja #CBDB03
RGB
CMYK
RGB Variations
Color information
#CBDB03 (or 0xCBDB03) is known color: La Rioja. HEX triplet: CB, DB and 03. RGB value is (203,219,3). Sum of RGB (Red+Green+Blue) = 203+219+3=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB03 is #3424FC. Grayscale: #BEBEBE. Windows color (decimal): -3417341 or 252875. OLE color: 252875.
HSL color Cylindrical-coordinate representation of color #CBDB03: hue angle of 64.44º degrees, saturation: 0.97, 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 #CBDB03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.14 |
| HSL | 64.44º | 0.97% | 0.44% | - |
| HSV(B) | 64.44º | 0.99% | 0.86% | - |
| XYZ | 49.98 | 63.37 | 9.68 | - |
| YUV | 189.59 | 22.7 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 3 | 0.07 | 0 | 0.99 | 0.14 | 64.44 | 0.97 | 0.44 |
| Hex | CB | DB | 3 | 7 | 0 | 63 | E | 40 | 61 | 2C |
| Octal | 313 | 333 | 3 | 7 | 0 | 143 | 16 | 100 | 141 | 54 |
| Binary | 11001011 | 11011011 | 11 | 111 | 0 | 1100011 | 1110 | 1000000 | 1100001 | 101100 |
Color Harmonies of #CBDB03
Complementary color
Monochromatic Colors of #CBDB03
Black with #CBDB03
Text Example
Text Example
White with #CBDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB03; }
p { color: rgb(203,219,3); }
H1.HeaderClassName
{
color: #CBDB03;
}
.AnyTagClassName
{
color: #CBDB03;
}
</style>
background-color css
<style>
a { background-color: #CBDB03; }
a { background-color: rgb(203,219,3); }
div.DivClassName
{
background-color: #CBDB03;
}
.BgClassName
{
background-color: #CBDB03;
}
</style>
border-color css
<style>
span { border-color: #CBDB03; }
span { border-color: rgb(203,219,3); }
td.TdClassName
{
border-color: #CBDB03;
}
.TagClassName
{
border-color: #CBDB03;
}
</style>