Shades of La Rioja #CCDB04
Tints of La Rioja #CCDB04
RGB
CMYK
RGB Variations
Color information
#CCDB04 (or 0xCCDB04) is known color: La Rioja. HEX triplet: CC, DB and 04. RGB value is (204,219,4). Sum of RGB (Red+Green+Blue) = 204+219+4=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB04 is #3324FB. Grayscale: #BEBEBE. Windows color (decimal): -3351804 or 318412. OLE color: 318412.
HSL color Cylindrical-coordinate representation of color #CCDB04: hue angle of 64.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCDB04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.14 |
| HSL | 64.19º | 0.96% | 0.44% | - |
| HSV(B) | 64.19º | 0.98% | 0.86% | - |
| XYZ | 50.26 | 63.51 | 9.72 | - |
| YUV | 190.01 | 23.03 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 4 | 0.07 | 0 | 0.98 | 0.14 | 64.19 | 0.96 | 0.44 |
| Hex | CC | DB | 4 | 7 | 0 | 62 | E | 40 | 60 | 2C |
| Octal | 314 | 333 | 4 | 7 | 0 | 142 | 16 | 100 | 140 | 54 |
| Binary | 11001100 | 11011011 | 100 | 111 | 0 | 1100010 | 1110 | 1000000 | 1100000 | 101100 |
Color Harmonies of #CCDB04
Complementary color
Monochromatic Colors of #CCDB04
Black with #CCDB04
Text Example
Text Example
White with #CCDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB04; }
p { color: rgb(204,219,4); }
H1.HeaderClassName
{
color: #CCDB04;
}
.AnyTagClassName
{
color: #CCDB04;
}
</style>
background-color css
<style>
a { background-color: #CCDB04; }
a { background-color: rgb(204,219,4); }
div.DivClassName
{
background-color: #CCDB04;
}
.BgClassName
{
background-color: #CCDB04;
}
</style>
border-color css
<style>
span { border-color: #CCDB04; }
span { border-color: rgb(204,219,4); }
td.TdClassName
{
border-color: #CCDB04;
}
.TagClassName
{
border-color: #CCDB04;
}
</style>