Shades of La Rioja #CBDB09
Tints of La Rioja #CBDB09
RGB
CMYK
RGB Variations
Color information
#CBDB09 (or 0xCBDB09) is known color: La Rioja. HEX triplet: CB, DB and 09. RGB value is (203,219,9). Sum of RGB (Red+Green+Blue) = 203+219+9=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB09 is #3424F6. Grayscale: #BFBFBF. Windows color (decimal): -3417335 or 646091. OLE color: 646091.
HSL color Cylindrical-coordinate representation of color #CBDB09: hue angle of 64.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBDB09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 9 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.14 |
| HSL | 64.57º | 0.92% | 0.45% | - |
| HSV(B) | 64.57º | 0.96% | 0.86% | - |
| XYZ | 50.01 | 63.38 | 9.86 | - |
| YUV | 190.28 | 25.7 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 9 | 0.07 | 0 | 0.96 | 0.14 | 64.57 | 0.92 | 0.45 |
| Hex | CB | DB | 9 | 7 | 0 | 60 | E | 41 | 5C | 2D |
| Octal | 313 | 333 | 11 | 7 | 0 | 140 | 16 | 101 | 134 | 55 |
| Binary | 11001011 | 11011011 | 1001 | 111 | 0 | 1100000 | 1110 | 1000001 | 1011100 | 101101 |
Color Harmonies of #CBDB09
Complementary color
Monochromatic Colors of #CBDB09
Black with #CBDB09
Text Example
Text Example
White with #CBDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB09; }
p { color: rgb(203,219,9); }
H1.HeaderClassName
{
color: #CBDB09;
}
.AnyTagClassName
{
color: #CBDB09;
}
</style>
background-color css
<style>
a { background-color: #CBDB09; }
a { background-color: rgb(203,219,9); }
div.DivClassName
{
background-color: #CBDB09;
}
.BgClassName
{
background-color: #CBDB09;
}
</style>
border-color css
<style>
span { border-color: #CBDB09; }
span { border-color: rgb(203,219,9); }
td.TdClassName
{
border-color: #CBDB09;
}
.TagClassName
{
border-color: #CBDB09;
}
</style>