Shades of La Rioja #CCD601
Tints of La Rioja #CCD601
RGB
CMYK
RGB Variations
Color information
#CCD601 (or 0xCCD601) is known color: La Rioja. HEX triplet: CC, D6 and 01. RGB value is (204,214,1). Sum of RGB (Red+Green+Blue) = 204+214+1=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD601 is #3329FE. Grayscale: #BBBBBB. Windows color (decimal): -3353087 or 120524. OLE color: 120524.
HSL color Cylindrical-coordinate representation of color #CCD601: hue angle of 62.82º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD601 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.16 |
| HSL | 62.82º | 0.99% | 0.42% | - |
| HSV(B) | 62.82º | 1% | 0.84% | - |
| XYZ | 48.95 | 60.93 | 9.21 | - |
| YUV | 186.73 | 23.19 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 1 | 0.05 | 0 | 1.00 | 0.16 | 62.82 | 0.99 | 0.42 |
| Hex | CC | D6 | 1 | 5 | 0 | 64 | 10 | 3F | 63 | 2A |
| Octal | 314 | 326 | 1 | 5 | 0 | 144 | 20 | 77 | 143 | 52 |
| Binary | 11001100 | 11010110 | 1 | 101 | 0 | 1100100 | 10000 | 111111 | 1100011 | 101010 |
Color Harmonies of #CCD601
Complementary color
Monochromatic Colors of #CCD601
Black with #CCD601
Text Example
Text Example
White with #CCD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD601; }
p { color: rgb(204,214,1); }
H1.HeaderClassName
{
color: #CCD601;
}
.AnyTagClassName
{
color: #CCD601;
}
</style>
background-color css
<style>
a { background-color: #CCD601; }
a { background-color: rgb(204,214,1); }
div.DivClassName
{
background-color: #CCD601;
}
.BgClassName
{
background-color: #CCD601;
}
</style>
border-color css
<style>
span { border-color: #CCD601; }
span { border-color: rgb(204,214,1); }
td.TdClassName
{
border-color: #CCD601;
}
.TagClassName
{
border-color: #CCD601;
}
</style>