Shades of La Rioja #CCD503
Tints of La Rioja #CCD503
RGB
CMYK
RGB Variations
Color information
#CCD503 (or 0xCCD503) is known color: La Rioja. HEX triplet: CC, D5 and 03. RGB value is (204,213,3). Sum of RGB (Red+Green+Blue) = 204+213+3=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD503 is #332AFC. Grayscale: #BBBBBB. Windows color (decimal): -3353341 or 251340. OLE color: 251340.
HSL color Cylindrical-coordinate representation of color #CCD503: hue angle of 62.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCD503 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 3 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.16 |
| HSL | 62.57º | 0.97% | 0.42% | - |
| HSV(B) | 62.57º | 0.99% | 0.84% | - |
| XYZ | 48.71 | 60.43 | 9.18 | - |
| YUV | 186.37 | 24.52 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 3 | 0.04 | 0 | 0.99 | 0.16 | 62.57 | 0.97 | 0.42 |
| Hex | CC | D5 | 3 | 4 | 0 | 63 | 10 | 3F | 61 | 2A |
| Octal | 314 | 325 | 3 | 4 | 0 | 143 | 20 | 77 | 141 | 52 |
| Binary | 11001100 | 11010101 | 11 | 100 | 0 | 1100011 | 10000 | 111111 | 1100001 | 101010 |
Color Harmonies of #CCD503
Complementary color
Monochromatic Colors of #CCD503
Black with #CCD503
Text Example
Text Example
White with #CCD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD503; }
p { color: rgb(204,213,3); }
H1.HeaderClassName
{
color: #CCD503;
}
.AnyTagClassName
{
color: #CCD503;
}
</style>
background-color css
<style>
a { background-color: #CCD503; }
a { background-color: rgb(204,213,3); }
div.DivClassName
{
background-color: #CCD503;
}
.BgClassName
{
background-color: #CCD503;
}
</style>
border-color css
<style>
span { border-color: #CCD503; }
span { border-color: rgb(204,213,3); }
td.TdClassName
{
border-color: #CCD503;
}
.TagClassName
{
border-color: #CCD503;
}
</style>