Shades of La Rioja #CCDC01
Tints of La Rioja #CCDC01
RGB
CMYK
RGB Variations
Color information
#CCDC01 (or 0xCCDC01) is known color: La Rioja. HEX triplet: CC, DC and 01. RGB value is (204,220,1). Sum of RGB (Red+Green+Blue) = 204+220+1=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC01 is #3323FE. Grayscale: #BFBFBF. Windows color (decimal): -3351551 or 122060. OLE color: 122060.
HSL color Cylindrical-coordinate representation of color #CCDC01: hue angle of 64.38º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCDC01 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 1 | - |
| CMYK | 0.07 | 0 | 1.00 | 0.14 |
| HSL | 64.38º | 0.99% | 0.43% | - |
| HSV(B) | 64.38º | 1% | 0.86% | - |
| XYZ | 50.5 | 64.03 | 9.73 | - |
| YUV | 190.25 | 21.2 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 1 | 0.07 | 0 | 1.00 | 0.14 | 64.38 | 0.99 | 0.43 |
| Hex | CC | DC | 1 | 7 | 0 | 64 | E | 40 | 63 | 2B |
| Octal | 314 | 334 | 1 | 7 | 0 | 144 | 16 | 100 | 143 | 53 |
| Binary | 11001100 | 11011100 | 1 | 111 | 0 | 1100100 | 1110 | 1000000 | 1100011 | 101011 |
Color Harmonies of #CCDC01
Complementary color
Monochromatic Colors of #CCDC01
Black with #CCDC01
Text Example
Text Example
White with #CCDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC01; }
p { color: rgb(204,220,1); }
H1.HeaderClassName
{
color: #CCDC01;
}
.AnyTagClassName
{
color: #CCDC01;
}
</style>
background-color css
<style>
a { background-color: #CCDC01; }
a { background-color: rgb(204,220,1); }
div.DivClassName
{
background-color: #CCDC01;
}
.BgClassName
{
background-color: #CCDC01;
}
</style>
border-color css
<style>
span { border-color: #CCDC01; }
span { border-color: rgb(204,220,1); }
td.TdClassName
{
border-color: #CCDC01;
}
.TagClassName
{
border-color: #CCDC01;
}
</style>