Shades of La Rioja #CCD401
Tints of La Rioja #CCD401
RGB
CMYK
RGB Variations
Color information
#CCD401 (or 0xCCD401) is known color: La Rioja. HEX triplet: CC, D4 and 01. RGB value is (204,212,1). Sum of RGB (Red+Green+Blue) = 204+212+1=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD401 is #332BFE. Grayscale: #BABABA. Windows color (decimal): -3353599 or 120012. OLE color: 120012.
HSL color Cylindrical-coordinate representation of color #CCD401: hue angle of 62.27º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD401 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 1 | - |
| CMYK | 0.04 | 0 | 1.00 | 0.17 |
| HSL | 62.27º | 0.99% | 0.42% | - |
| HSV(B) | 62.27º | 1% | 0.83% | - |
| XYZ | 48.45 | 59.93 | 9.04 | - |
| YUV | 185.55 | 23.85 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 1 | 0.04 | 0 | 1.00 | 0.17 | 62.27 | 0.99 | 0.42 |
| Hex | CC | D4 | 1 | 4 | 0 | 64 | 11 | 3E | 63 | 2A |
| Octal | 314 | 324 | 1 | 4 | 0 | 144 | 21 | 76 | 143 | 52 |
| Binary | 11001100 | 11010100 | 1 | 100 | 0 | 1100100 | 10001 | 111110 | 1100011 | 101010 |
Color Harmonies of #CCD401
Complementary color
Monochromatic Colors of #CCD401
Black with #CCD401
Text Example
Text Example
White with #CCD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD401; }
p { color: rgb(204,212,1); }
H1.HeaderClassName
{
color: #CCD401;
}
.AnyTagClassName
{
color: #CCD401;
}
</style>
background-color css
<style>
a { background-color: #CCD401; }
a { background-color: rgb(204,212,1); }
div.DivClassName
{
background-color: #CCD401;
}
.BgClassName
{
background-color: #CCD401;
}
</style>
border-color css
<style>
span { border-color: #CCD401; }
span { border-color: rgb(204,212,1); }
td.TdClassName
{
border-color: #CCD401;
}
.TagClassName
{
border-color: #CCD401;
}
</style>