Shades of La Rioja #CCD202
Tints of La Rioja #CCD202
RGB
CMYK
RGB Variations
Color information
#CCD202 (or 0xCCD202) is known color: La Rioja. HEX triplet: CC, D2 and 02. RGB value is (204,210,2). Sum of RGB (Red+Green+Blue) = 204+210+2=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD202 is #332DFD. Grayscale: #B9B9B9. Windows color (decimal): -3354110 or 185036. OLE color: 185036.
HSL color Cylindrical-coordinate representation of color #CCD202: hue angle of 61.73º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCD202 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.18 |
| HSL | 61.73º | 0.98% | 0.42% | - |
| HSV(B) | 61.73º | 0.99% | 0.82% | - |
| XYZ | 47.96 | 58.93 | 8.91 | - |
| YUV | 184.49 | 25.01 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 2 | 0.03 | 0 | 0.99 | 0.18 | 61.73 | 0.98 | 0.42 |
| Hex | CC | D2 | 2 | 3 | 0 | 63 | 12 | 3E | 62 | 2A |
| Octal | 314 | 322 | 2 | 3 | 0 | 143 | 22 | 76 | 142 | 52 |
| Binary | 11001100 | 11010010 | 10 | 11 | 0 | 1100011 | 10010 | 111110 | 1100010 | 101010 |
Color Harmonies of #CCD202
Complementary color
Monochromatic Colors of #CCD202
Black with #CCD202
Text Example
Text Example
White with #CCD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD202; }
p { color: rgb(204,210,2); }
H1.HeaderClassName
{
color: #CCD202;
}
.AnyTagClassName
{
color: #CCD202;
}
</style>
background-color css
<style>
a { background-color: #CCD202; }
a { background-color: rgb(204,210,2); }
div.DivClassName
{
background-color: #CCD202;
}
.BgClassName
{
background-color: #CCD202;
}
</style>
border-color css
<style>
span { border-color: #CCD202; }
span { border-color: rgb(204,210,2); }
td.TdClassName
{
border-color: #CCD202;
}
.TagClassName
{
border-color: #CCD202;
}
</style>