Shades of La Rioja #CCD001
Tints of La Rioja #CCD001
RGB
CMYK
RGB Variations
Color information
#CCD001 (or 0xCCD001) is known color: La Rioja. HEX triplet: CC, D0 and 01. RGB value is (204,208,1). Sum of RGB (Red+Green+Blue) = 204+208+1=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD001 is #332FFE. Grayscale: #B8B8B8. Windows color (decimal): -3354623 or 118988. OLE color: 118988.
HSL color Cylindrical-coordinate representation of color #CCD001: hue angle of 61.16º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCD001 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.18 |
| HSL | 61.16º | 0.99% | 0.41% | - |
| HSV(B) | 61.16º | 1% | 0.82% | - |
| XYZ | 47.46 | 57.95 | 8.71 | - |
| YUV | 183.21 | 25.17 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 1 | 0.02 | 0 | 1.00 | 0.18 | 61.16 | 0.99 | 0.41 |
| Hex | CC | D0 | 1 | 2 | 0 | 64 | 12 | 3D | 63 | 29 |
| Octal | 314 | 320 | 1 | 2 | 0 | 144 | 22 | 75 | 143 | 51 |
| Binary | 11001100 | 11010000 | 1 | 10 | 0 | 1100100 | 10010 | 111101 | 1100011 | 101001 |
Color Harmonies of #CCD001
Complementary color
Monochromatic Colors of #CCD001
Black with #CCD001
Text Example
Text Example
White with #CCD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD001; }
p { color: rgb(204,208,1); }
H1.HeaderClassName
{
color: #CCD001;
}
.AnyTagClassName
{
color: #CCD001;
}
</style>
background-color css
<style>
a { background-color: #CCD001; }
a { background-color: rgb(204,208,1); }
div.DivClassName
{
background-color: #CCD001;
}
.BgClassName
{
background-color: #CCD001;
}
</style>
border-color css
<style>
span { border-color: #CCD001; }
span { border-color: rgb(204,208,1); }
td.TdClassName
{
border-color: #CCD001;
}
.TagClassName
{
border-color: #CCD001;
}
</style>