Shades of La Rioja #CCDB02
Tints of La Rioja #CCDB02
RGB
CMYK
RGB Variations
Color information
#CCDB02 (or 0xCCDB02) is known color: La Rioja. HEX triplet: CC, DB and 02. RGB value is (204,219,2). Sum of RGB (Red+Green+Blue) = 204+219+2=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB02 is #3324FD. Grayscale: #BEBEBE. Windows color (decimal): -3351806 or 187340. OLE color: 187340.
HSL color Cylindrical-coordinate representation of color #CCDB02: hue angle of 64.15º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCDB02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.14 |
| HSL | 64.15º | 0.98% | 0.43% | - |
| HSV(B) | 64.15º | 0.99% | 0.86% | - |
| XYZ | 50.24 | 63.5 | 9.67 | - |
| YUV | 189.78 | 22.03 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 2 | 0.07 | 0 | 0.99 | 0.14 | 64.15 | 0.98 | 0.43 |
| Hex | CC | DB | 2 | 7 | 0 | 63 | E | 40 | 62 | 2B |
| Octal | 314 | 333 | 2 | 7 | 0 | 143 | 16 | 100 | 142 | 53 |
| Binary | 11001100 | 11011011 | 10 | 111 | 0 | 1100011 | 1110 | 1000000 | 1100010 | 101011 |
Color Harmonies of #CCDB02
Complementary color
Monochromatic Colors of #CCDB02
Black with #CCDB02
Text Example
Text Example
White with #CCDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB02; }
p { color: rgb(204,219,2); }
H1.HeaderClassName
{
color: #CCDB02;
}
.AnyTagClassName
{
color: #CCDB02;
}
</style>
background-color css
<style>
a { background-color: #CCDB02; }
a { background-color: rgb(204,219,2); }
div.DivClassName
{
background-color: #CCDB02;
}
.BgClassName
{
background-color: #CCDB02;
}
</style>
border-color css
<style>
span { border-color: #CCDB02; }
span { border-color: rgb(204,219,2); }
td.TdClassName
{
border-color: #CCDB02;
}
.TagClassName
{
border-color: #CCDB02;
}
</style>