Shades of La Rioja #CCDB05
Tints of La Rioja #CCDB05
RGB
CMYK
RGB Variations
Color information
#CCDB05 (or 0xCCDB05) is known color: La Rioja. HEX triplet: CC, DB and 05. RGB value is (204,219,5). Sum of RGB (Red+Green+Blue) = 204+219+5=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB05 is #3324FA. Grayscale: #BEBEBE. Windows color (decimal): -3351803 or 383948. OLE color: 383948.
HSL color Cylindrical-coordinate representation of color #CCDB05: hue angle of 64.21º 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 #CCDB05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.14 |
| HSL | 64.21º | 0.96% | 0.44% | - |
| HSV(B) | 64.21º | 0.98% | 0.86% | - |
| XYZ | 50.26 | 63.51 | 9.75 | - |
| YUV | 190.12 | 23.53 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 5 | 0.07 | 0 | 0.98 | 0.14 | 64.21 | 0.96 | 0.44 |
| Hex | CC | DB | 5 | 7 | 0 | 62 | E | 40 | 60 | 2C |
| Octal | 314 | 333 | 5 | 7 | 0 | 142 | 16 | 100 | 140 | 54 |
| Binary | 11001100 | 11011011 | 101 | 111 | 0 | 1100010 | 1110 | 1000000 | 1100000 | 101100 |
Color Harmonies of #CCDB05
Complementary color
Monochromatic Colors of #CCDB05
Black with #CCDB05
Text Example
Text Example
White with #CCDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB05; }
p { color: rgb(204,219,5); }
H1.HeaderClassName
{
color: #CCDB05;
}
.AnyTagClassName
{
color: #CCDB05;
}
</style>
background-color css
<style>
a { background-color: #CCDB05; }
a { background-color: rgb(204,219,5); }
div.DivClassName
{
background-color: #CCDB05;
}
.BgClassName
{
background-color: #CCDB05;
}
</style>
border-color css
<style>
span { border-color: #CCDB05; }
span { border-color: rgb(204,219,5); }
td.TdClassName
{
border-color: #CCDB05;
}
.TagClassName
{
border-color: #CCDB05;
}
</style>