Shades of La Rioja #CCD704
Tints of La Rioja #CCD704
RGB
CMYK
RGB Variations
Color information
#CCD704 (or 0xCCD704) is known color: La Rioja. HEX triplet: CC, D7 and 04. RGB value is (204,215,4). Sum of RGB (Red+Green+Blue) = 204+215+4=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD704 is #3328FB. Grayscale: #BCBCBC. Windows color (decimal): -3352828 or 317388. OLE color: 317388.
HSL color Cylindrical-coordinate representation of color #CCD704: hue angle of 63.13º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD704 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.16 |
| HSL | 63.13º | 0.96% | 0.43% | - |
| HSV(B) | 63.13º | 0.98% | 0.84% | - |
| XYZ | 49.22 | 61.45 | 9.38 | - |
| YUV | 187.66 | 24.36 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 4 | 0.05 | 0 | 0.98 | 0.16 | 63.13 | 0.96 | 0.43 |
| Hex | CC | D7 | 4 | 5 | 0 | 62 | 10 | 3F | 60 | 2B |
| Octal | 314 | 327 | 4 | 5 | 0 | 142 | 20 | 77 | 140 | 53 |
| Binary | 11001100 | 11010111 | 100 | 101 | 0 | 1100010 | 10000 | 111111 | 1100000 | 101011 |
Color Harmonies of #CCD704
Complementary color
Monochromatic Colors of #CCD704
Black with #CCD704
Text Example
Text Example
White with #CCD704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD704; }
p { color: rgb(204,215,4); }
H1.HeaderClassName
{
color: #CCD704;
}
.AnyTagClassName
{
color: #CCD704;
}
</style>
background-color css
<style>
a { background-color: #CCD704; }
a { background-color: rgb(204,215,4); }
div.DivClassName
{
background-color: #CCD704;
}
.BgClassName
{
background-color: #CCD704;
}
</style>
border-color css
<style>
span { border-color: #CCD704; }
span { border-color: rgb(204,215,4); }
td.TdClassName
{
border-color: #CCD704;
}
.TagClassName
{
border-color: #CCD704;
}
</style>