Shades of La Rioja #CCD800
Tints of La Rioja #CCD800
RGB
CMYK
RGB Variations
Color information
#CCD800 (or 0xCCD800) is known color: La Rioja. HEX triplet: CC, D8 and 00. RGB value is (204,216,0). Sum of RGB (Red+Green+Blue) = 204+216+0=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD800 is #3327FF. Grayscale: #BCBCBC. Windows color (decimal): -3352576 or 55500. OLE color: 55500.
HSL color Cylindrical-coordinate representation of color #CCD800: hue angle of 63.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.15 |
| HSL | 63.33º | 1% | 0.42% | - |
| HSV(B) | 63.33º | 1% | 0.85% | - |
| XYZ | 49.46 | 61.95 | 9.35 | - |
| YUV | 187.79 | 22.02 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 0 | 0.06 | 0 | 1 | 0.15 | 63.33 | 1 | 0.42 |
| Hex | CC | D8 | 0 | 6 | 0 | 64 | F | 3F | 64 | 2A |
| Octal | 314 | 330 | 0 | 6 | 0 | 144 | 17 | 77 | 144 | 52 |
| Binary | 11001100 | 11011000 | 0 | 110 | 0 | 1100100 | 1111 | 111111 | 1100100 | 101010 |
Color Harmonies of #CCD800
Complementary color
Monochromatic Colors of #CCD800
Black with #CCD800
Text Example
Text Example
White with #CCD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD800; }
p { color: rgb(204,216,0); }
H1.HeaderClassName
{
color: #CCD800;
}
.AnyTagClassName
{
color: #CCD800;
}
</style>
background-color css
<style>
a { background-color: #CCD800; }
a { background-color: rgb(204,216,0); }
div.DivClassName
{
background-color: #CCD800;
}
.BgClassName
{
background-color: #CCD800;
}
</style>
border-color css
<style>
span { border-color: #CCD800; }
span { border-color: rgb(204,216,0); }
td.TdClassName
{
border-color: #CCD800;
}
.TagClassName
{
border-color: #CCD800;
}
</style>