Shades of La Rioja #CCDC07
Tints of La Rioja #CCDC07
RGB
CMYK
RGB Variations
Color information
#CCDC07 (or 0xCCDC07) is known color: La Rioja. HEX triplet: CC, DC and 07. RGB value is (204,220,7). Sum of RGB (Red+Green+Blue) = 204+220+7=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC07 is #3323F8. Grayscale: #BFBFBF. Windows color (decimal): -3351545 or 515276. OLE color: 515276.
HSL color Cylindrical-coordinate representation of color #CCDC07: hue angle of 64.51º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCDC07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 7 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.14 |
| HSL | 64.51º | 0.94% | 0.45% | - |
| HSV(B) | 64.51º | 0.97% | 0.86% | - |
| XYZ | 50.53 | 64.04 | 9.9 | - |
| YUV | 190.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 7 | 0.07 | 0 | 0.97 | 0.14 | 64.51 | 0.94 | 0.45 |
| Hex | CC | DC | 7 | 7 | 0 | 61 | E | 41 | 5E | 2D |
| Octal | 314 | 334 | 7 | 7 | 0 | 141 | 16 | 101 | 136 | 55 |
| Binary | 11001100 | 11011100 | 111 | 111 | 0 | 1100001 | 1110 | 1000001 | 1011110 | 101101 |
Color Harmonies of #CCDC07
Complementary color
Monochromatic Colors of #CCDC07
Black with #CCDC07
Text Example
Text Example
White with #CCDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC07; }
p { color: rgb(204,220,7); }
H1.HeaderClassName
{
color: #CCDC07;
}
.AnyTagClassName
{
color: #CCDC07;
}
</style>
background-color css
<style>
a { background-color: #CCDC07; }
a { background-color: rgb(204,220,7); }
div.DivClassName
{
background-color: #CCDC07;
}
.BgClassName
{
background-color: #CCDC07;
}
</style>
border-color css
<style>
span { border-color: #CCDC07; }
span { border-color: rgb(204,220,7); }
td.TdClassName
{
border-color: #CCDC07;
}
.TagClassName
{
border-color: #CCDC07;
}
</style>