Shades of La Rioja #CCD806
Tints of La Rioja #CCD806
RGB
CMYK
RGB Variations
Color information
#CCD806 (or 0xCCD806) is known color: La Rioja. HEX triplet: CC, D8 and 06. RGB value is (204,216,6). Sum of RGB (Red+Green+Blue) = 204+216+6=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD806 is #3327F9. Grayscale: #BDBDBD. Windows color (decimal): -3352570 or 448716. OLE color: 448716.
HSL color Cylindrical-coordinate representation of color #CCD806: hue angle of 63.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCD806 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.15 |
| HSL | 63.43º | 0.95% | 0.44% | - |
| HSV(B) | 63.43º | 0.97% | 0.85% | - |
| XYZ | 49.49 | 61.96 | 9.52 | - |
| YUV | 188.47 | 25.02 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 6 | 0.06 | 0 | 0.97 | 0.15 | 63.43 | 0.95 | 0.44 |
| Hex | CC | D8 | 6 | 6 | 0 | 61 | F | 3F | 5F | 2C |
| Octal | 314 | 330 | 6 | 6 | 0 | 141 | 17 | 77 | 137 | 54 |
| Binary | 11001100 | 11011000 | 110 | 110 | 0 | 1100001 | 1111 | 111111 | 1011111 | 101100 |
Color Harmonies of #CCD806
Complementary color
Monochromatic Colors of #CCD806
Black with #CCD806
Text Example
Text Example
White with #CCD806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD806; }
p { color: rgb(204,216,6); }
H1.HeaderClassName
{
color: #CCD806;
}
.AnyTagClassName
{
color: #CCD806;
}
</style>
background-color css
<style>
a { background-color: #CCD806; }
a { background-color: rgb(204,216,6); }
div.DivClassName
{
background-color: #CCD806;
}
.BgClassName
{
background-color: #CCD806;
}
</style>
border-color css
<style>
span { border-color: #CCD806; }
span { border-color: rgb(204,216,6); }
td.TdClassName
{
border-color: #CCD806;
}
.TagClassName
{
border-color: #CCD806;
}
</style>