Shades of La Rioja #CCD000
Tints of La Rioja #CCD000
RGB
CMYK
RGB Variations
Color information
#CCD000 (or 0xCCD000) is known color: La Rioja. HEX triplet: CC, D0 and 00. RGB value is (204,208,0). Sum of RGB (Red+Green+Blue) = 204+208+0=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD000 is #332FFF. Grayscale: #B7B7B7. Windows color (decimal): -3354624 or 53452. OLE color: 53452.
HSL color Cylindrical-coordinate representation of color #CCD000: hue angle of 61.15º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.18 |
| HSL | 61.15º | 1% | 0.41% | - |
| HSV(B) | 61.15º | 1% | 0.82% | - |
| XYZ | 47.46 | 57.95 | 8.68 | - |
| YUV | 183.09 | 24.67 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 0 | 0.02 | 0 | 1 | 0.18 | 61.15 | 1 | 0.41 |
| Hex | CC | D0 | 0 | 2 | 0 | 64 | 12 | 3D | 64 | 29 |
| Octal | 314 | 320 | 0 | 2 | 0 | 144 | 22 | 75 | 144 | 51 |
| Binary | 11001100 | 11010000 | 0 | 10 | 0 | 1100100 | 10010 | 111101 | 1100100 | 101001 |
Color Harmonies of #CCD000
Complementary color
Monochromatic Colors of #CCD000
Black with #CCD000
Text Example
Text Example
White with #CCD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD000; }
p { color: rgb(204,208,0); }
H1.HeaderClassName
{
color: #CCD000;
}
.AnyTagClassName
{
color: #CCD000;
}
</style>
background-color css
<style>
a { background-color: #CCD000; }
a { background-color: rgb(204,208,0); }
div.DivClassName
{
background-color: #CCD000;
}
.BgClassName
{
background-color: #CCD000;
}
</style>
border-color css
<style>
span { border-color: #CCD000; }
span { border-color: rgb(204,208,0); }
td.TdClassName
{
border-color: #CCD000;
}
.TagClassName
{
border-color: #CCD000;
}
</style>