Shades of La Rioja #CCCF02
Tints of La Rioja #CCCF02
RGB
CMYK
RGB Variations
Color information
#CCCF02 (or 0xCCCF02) is known color: La Rioja. HEX triplet: CC, CF and 02. RGB value is (204,207,2). Sum of RGB (Red+Green+Blue) = 204+207+2=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF02 is #3330FD. Grayscale: #B7B7B7. Windows color (decimal): -3354878 or 184268. OLE color: 184268.
HSL color Cylindrical-coordinate representation of color #CCCF02: hue angle of 60.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCCF02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.19 |
| HSL | 60.88º | 0.98% | 0.41% | - |
| HSV(B) | 60.88º | 0.99% | 0.81% | - |
| XYZ | 47.23 | 57.47 | 8.66 | - |
| YUV | 182.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 2 | 0.01 | 0 | 0.99 | 0.19 | 60.88 | 0.98 | 0.41 |
| Hex | CC | CF | 2 | 1 | 0 | 63 | 13 | 3D | 62 | 29 |
| Octal | 314 | 317 | 2 | 1 | 0 | 143 | 23 | 75 | 142 | 51 |
| Binary | 11001100 | 11001111 | 10 | 1 | 0 | 1100011 | 10011 | 111101 | 1100010 | 101001 |
Color Harmonies of #CCCF02
Complementary color
Monochromatic Colors of #CCCF02
Black with #CCCF02
Text Example
Text Example
White with #CCCF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF02; }
p { color: rgb(204,207,2); }
H1.HeaderClassName
{
color: #CCCF02;
}
.AnyTagClassName
{
color: #CCCF02;
}
</style>
background-color css
<style>
a { background-color: #CCCF02; }
a { background-color: rgb(204,207,2); }
div.DivClassName
{
background-color: #CCCF02;
}
.BgClassName
{
background-color: #CCCF02;
}
</style>
border-color css
<style>
span { border-color: #CCCF02; }
span { border-color: rgb(204,207,2); }
td.TdClassName
{
border-color: #CCCF02;
}
.TagClassName
{
border-color: #CCCF02;
}
</style>