Shades of La Rioja #CCD705
Tints of La Rioja #CCD705
RGB
CMYK
RGB Variations
Color information
#CCD705 (or 0xCCD705) is known color: La Rioja. HEX triplet: CC, D7 and 05. RGB value is (204,215,5). Sum of RGB (Red+Green+Blue) = 204+215+5=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD705 is #3328FA. Grayscale: #BCBCBC. Windows color (decimal): -3352827 or 382924. OLE color: 382924.
HSL color Cylindrical-coordinate representation of color #CCD705: hue angle of 63.14º degrees, saturation: 0.95, 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 #CCD705 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 5 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.16 |
| HSL | 63.14º | 0.95% | 0.43% | - |
| HSV(B) | 63.14º | 0.98% | 0.84% | - |
| XYZ | 49.23 | 61.45 | 9.41 | - |
| YUV | 187.77 | 24.86 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 5 | 0.05 | 0 | 0.98 | 0.16 | 63.14 | 0.95 | 0.43 |
| Hex | CC | D7 | 5 | 5 | 0 | 62 | 10 | 3F | 5F | 2B |
| Octal | 314 | 327 | 5 | 5 | 0 | 142 | 20 | 77 | 137 | 53 |
| Binary | 11001100 | 11010111 | 101 | 101 | 0 | 1100010 | 10000 | 111111 | 1011111 | 101011 |
Color Harmonies of #CCD705
Complementary color
Monochromatic Colors of #CCD705
Black with #CCD705
Text Example
Text Example
White with #CCD705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD705; }
p { color: rgb(204,215,5); }
H1.HeaderClassName
{
color: #CCD705;
}
.AnyTagClassName
{
color: #CCD705;
}
</style>
background-color css
<style>
a { background-color: #CCD705; }
a { background-color: rgb(204,215,5); }
div.DivClassName
{
background-color: #CCD705;
}
.BgClassName
{
background-color: #CCD705;
}
</style>
border-color css
<style>
span { border-color: #CCD705; }
span { border-color: rgb(204,215,5); }
td.TdClassName
{
border-color: #CCD705;
}
.TagClassName
{
border-color: #CCD705;
}
</style>