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