Shades of La Rioja #CCD801
Tints of La Rioja #CCD801
RGB
CMYK
RGB Variations
Color information
#CCD801 (or 0xCCD801) is known color: La Rioja. HEX triplet: CC, D8 and 01. RGB value is (204,216,1). Sum of RGB (Red+Green+Blue) = 204+216+1=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD801 is #3327FE. Grayscale: #BCBCBC. Windows color (decimal): -3352575 or 121036. OLE color: 121036.
HSL color Cylindrical-coordinate representation of color #CCD801: hue angle of 63.35º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD801 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.15 |
| HSL | 63.35º | 0.99% | 0.43% | - |
| HSV(B) | 63.35º | 1% | 0.85% | - |
| XYZ | 49.46 | 61.95 | 9.38 | - |
| YUV | 187.9 | 22.52 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 1 | 0.06 | 0 | 1.00 | 0.15 | 63.35 | 0.99 | 0.43 |
| Hex | CC | D8 | 1 | 6 | 0 | 64 | F | 3F | 63 | 2B |
| Octal | 314 | 330 | 1 | 6 | 0 | 144 | 17 | 77 | 143 | 53 |
| Binary | 11001100 | 11011000 | 1 | 110 | 0 | 1100100 | 1111 | 111111 | 1100011 | 101011 |
Color Harmonies of #CCD801
Complementary color
Monochromatic Colors of #CCD801
Black with #CCD801
Text Example
Text Example
White with #CCD801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD801; }
p { color: rgb(204,216,1); }
H1.HeaderClassName
{
color: #CCD801;
}
.AnyTagClassName
{
color: #CCD801;
}
</style>
background-color css
<style>
a { background-color: #CCD801; }
a { background-color: rgb(204,216,1); }
div.DivClassName
{
background-color: #CCD801;
}
.BgClassName
{
background-color: #CCD801;
}
</style>
border-color css
<style>
span { border-color: #CCD801; }
span { border-color: rgb(204,216,1); }
td.TdClassName
{
border-color: #CCD801;
}
.TagClassName
{
border-color: #CCD801;
}
</style>