Shades of La Rioja #CCD003
Tints of La Rioja #CCD003
RGB
CMYK
RGB Variations
Color information
#CCD003 (or 0xCCD003) is known color: La Rioja. HEX triplet: CC, D0 and 03. RGB value is (204,208,3). Sum of RGB (Red+Green+Blue) = 204+208+3=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD003 is #332FFC. Grayscale: #B8B8B8. Windows color (decimal): -3354621 or 250060. OLE color: 250060.
HSL color Cylindrical-coordinate representation of color #CCD003: hue angle of 61.17º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCD003 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.18 |
| HSL | 61.17º | 0.97% | 0.41% | - |
| HSV(B) | 61.17º | 0.99% | 0.82% | - |
| XYZ | 47.47 | 57.96 | 8.77 | - |
| YUV | 183.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 3 | 0.02 | 0 | 0.99 | 0.18 | 61.17 | 0.97 | 0.41 |
| Hex | CC | D0 | 3 | 2 | 0 | 63 | 12 | 3D | 61 | 29 |
| Octal | 314 | 320 | 3 | 2 | 0 | 143 | 22 | 75 | 141 | 51 |
| Binary | 11001100 | 11010000 | 11 | 10 | 0 | 1100011 | 10010 | 111101 | 1100001 | 101001 |
Color Harmonies of #CCD003
Complementary color
Monochromatic Colors of #CCD003
Black with #CCD003
Text Example
Text Example
White with #CCD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD003; }
p { color: rgb(204,208,3); }
H1.HeaderClassName
{
color: #CCD003;
}
.AnyTagClassName
{
color: #CCD003;
}
</style>
background-color css
<style>
a { background-color: #CCD003; }
a { background-color: rgb(204,208,3); }
div.DivClassName
{
background-color: #CCD003;
}
.BgClassName
{
background-color: #CCD003;
}
</style>
border-color css
<style>
span { border-color: #CCD003; }
span { border-color: rgb(204,208,3); }
td.TdClassName
{
border-color: #CCD003;
}
.TagClassName
{
border-color: #CCD003;
}
</style>