Shades of La Rioja #CCCF00
Tints of La Rioja #CCCF00
RGB
CMYK
RGB Variations
Color information
#CCCF00 (or 0xCCCF00) is known color: La Rioja. HEX triplet: CC, CF and 00. RGB value is (204,207,0). Sum of RGB (Red+Green+Blue) = 204+207+0=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF00 is #3330FF. Grayscale: #B7B7B7. Windows color (decimal): -3354880 or 53196. OLE color: 53196.
HSL color Cylindrical-coordinate representation of color #CCCF00: hue angle of 60.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCCF00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.19 |
| HSL | 60.87º | 1% | 0.41% | - |
| HSV(B) | 60.87º | 1% | 0.81% | - |
| XYZ | 47.21 | 57.46 | 8.6 | - |
| YUV | 182.51 | 25.01 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 0 | 0.01 | 0 | 1 | 0.19 | 60.87 | 1 | 0.41 |
| Hex | CC | CF | 0 | 1 | 0 | 64 | 13 | 3D | 64 | 29 |
| Octal | 314 | 317 | 0 | 1 | 0 | 144 | 23 | 75 | 144 | 51 |
| Binary | 11001100 | 11001111 | 0 | 1 | 0 | 1100100 | 10011 | 111101 | 1100100 | 101001 |
Color Harmonies of #CCCF00
Complementary color
Monochromatic Colors of #CCCF00
Black with #CCCF00
Text Example
Text Example
White with #CCCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF00; }
p { color: rgb(204,207,0); }
H1.HeaderClassName
{
color: #CCCF00;
}
.AnyTagClassName
{
color: #CCCF00;
}
</style>
background-color css
<style>
a { background-color: #CCCF00; }
a { background-color: rgb(204,207,0); }
div.DivClassName
{
background-color: #CCCF00;
}
.BgClassName
{
background-color: #CCCF00;
}
</style>
border-color css
<style>
span { border-color: #CCCF00; }
span { border-color: rgb(204,207,0); }
td.TdClassName
{
border-color: #CCCF00;
}
.TagClassName
{
border-color: #CCCF00;
}
</style>