Shades of La Rioja #CBD102
Tints of La Rioja #CBD102
RGB
CMYK
RGB Variations
Color information
#CBD102 (or 0xCBD102) is known color: La Rioja. HEX triplet: CB, D1 and 02. RGB value is (203,209,2). Sum of RGB (Red+Green+Blue) = 203+209+2=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD102 is #342EFD. Grayscale: #B8B8B8. Windows color (decimal): -3419902 or 184779. OLE color: 184779.
HSL color Cylindrical-coordinate representation of color #CBD102: hue angle of 61.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBD102 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.18 |
| HSL | 61.74º | 0.98% | 0.41% | - |
| HSV(B) | 61.74º | 0.99% | 0.82% | - |
| XYZ | 47.44 | 58.3 | 8.81 | - |
| YUV | 183.61 | 25.51 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 2 | 0.03 | 0 | 0.99 | 0.18 | 61.74 | 0.98 | 0.41 |
| Hex | CB | D1 | 2 | 3 | 0 | 63 | 12 | 3E | 62 | 29 |
| Octal | 313 | 321 | 2 | 3 | 0 | 143 | 22 | 76 | 142 | 51 |
| Binary | 11001011 | 11010001 | 10 | 11 | 0 | 1100011 | 10010 | 111110 | 1100010 | 101001 |
Color Harmonies of #CBD102
Complementary color
Monochromatic Colors of #CBD102
Black with #CBD102
Text Example
Text Example
White with #CBD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD102; }
p { color: rgb(203,209,2); }
H1.HeaderClassName
{
color: #CBD102;
}
.AnyTagClassName
{
color: #CBD102;
}
</style>
background-color css
<style>
a { background-color: #CBD102; }
a { background-color: rgb(203,209,2); }
div.DivClassName
{
background-color: #CBD102;
}
.BgClassName
{
background-color: #CBD102;
}
</style>
border-color css
<style>
span { border-color: #CBD102; }
span { border-color: rgb(203,209,2); }
td.TdClassName
{
border-color: #CBD102;
}
.TagClassName
{
border-color: #CBD102;
}
</style>