Shades of La Rioja #CCD605
Tints of La Rioja #CCD605
RGB
CMYK
RGB Variations
Color information
#CCD605 (or 0xCCD605) is known color: La Rioja. HEX triplet: CC, D6 and 05. RGB value is (204,214,5). Sum of RGB (Red+Green+Blue) = 204+214+5=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD605 is #3329FA. Grayscale: #BCBCBC. Windows color (decimal): -3353083 or 382668. OLE color: 382668.
HSL color Cylindrical-coordinate representation of color #CCD605: hue angle of 62.87º 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 #CCD605 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 5 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.16 |
| HSL | 62.87º | 0.95% | 0.43% | - |
| HSV(B) | 62.87º | 0.98% | 0.84% | - |
| XYZ | 48.98 | 60.94 | 9.33 | - |
| YUV | 187.18 | 25.19 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 5 | 0.05 | 0 | 0.98 | 0.16 | 62.87 | 0.95 | 0.43 |
| Hex | CC | D6 | 5 | 5 | 0 | 62 | 10 | 3F | 5F | 2B |
| Octal | 314 | 326 | 5 | 5 | 0 | 142 | 20 | 77 | 137 | 53 |
| Binary | 11001100 | 11010110 | 101 | 101 | 0 | 1100010 | 10000 | 111111 | 1011111 | 101011 |
Color Harmonies of #CCD605
Complementary color
Monochromatic Colors of #CCD605
Black with #CCD605
Text Example
Text Example
White with #CCD605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD605; }
p { color: rgb(204,214,5); }
H1.HeaderClassName
{
color: #CCD605;
}
.AnyTagClassName
{
color: #CCD605;
}
</style>
background-color css
<style>
a { background-color: #CCD605; }
a { background-color: rgb(204,214,5); }
div.DivClassName
{
background-color: #CCD605;
}
.BgClassName
{
background-color: #CCD605;
}
</style>
border-color css
<style>
span { border-color: #CCD605; }
span { border-color: rgb(204,214,5); }
td.TdClassName
{
border-color: #CCD605;
}
.TagClassName
{
border-color: #CCD605;
}
</style>