Shades of La Rioja #CCC700
Tints of La Rioja #CCC700
RGB
CMYK
RGB Variations
Color information
#CCC700 (or 0xCCC700) is known color: La Rioja. HEX triplet: CC, C7 and 00. RGB value is (204,199,0). Sum of RGB (Red+Green+Blue) = 204+199+0=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC700 is #3338FF. Grayscale: #B2B2B2. Windows color (decimal): -3356928 or 51148. OLE color: 51148.
HSL color Cylindrical-coordinate representation of color #CCC700: hue angle of 58.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC700 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.2 |
| HSL | 58.53º | 1% | 0.4% | - |
| HSV(B) | 58.53º | 1% | 0.8% | - |
| XYZ | 45.33 | 53.68 | 7.97 | - |
| YUV | 177.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 0 | 0 | 0.02 | 1 | 0.2 | 58.53 | 1 | 0.4 |
| Hex | CC | C7 | 0 | 0 | 2 | 64 | 14 | 3B | 64 | 28 |
| Octal | 314 | 307 | 0 | 0 | 2 | 144 | 24 | 73 | 144 | 50 |
| Binary | 11001100 | 11000111 | 0 | 0 | 10 | 1100100 | 10100 | 111011 | 1100100 | 101000 |
Color Harmonies of #CCC700
Complementary color
Monochromatic Colors of #CCC700
Black with #CCC700
Text Example
Text Example
White with #CCC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC700; }
p { color: rgb(204,199,0); }
H1.HeaderClassName
{
color: #CCC700;
}
.AnyTagClassName
{
color: #CCC700;
}
</style>
background-color css
<style>
a { background-color: #CCC700; }
a { background-color: rgb(204,199,0); }
div.DivClassName
{
background-color: #CCC700;
}
.BgClassName
{
background-color: #CCC700;
}
</style>
border-color css
<style>
span { border-color: #CCC700; }
span { border-color: rgb(204,199,0); }
td.TdClassName
{
border-color: #CCC700;
}
.TagClassName
{
border-color: #CCC700;
}
</style>