Shades of La Rioja #CCDB06
Tints of La Rioja #CCDB06
RGB
CMYK
RGB Variations
Color information
#CCDB06 (or 0xCCDB06) is known color: La Rioja. HEX triplet: CC, DB and 06. RGB value is (204,219,6). Sum of RGB (Red+Green+Blue) = 204+219+6=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB06 is #3324F9. Grayscale: #BFBFBF. Windows color (decimal): -3351802 or 449484. OLE color: 449484.
HSL color Cylindrical-coordinate representation of color #CCDB06: hue angle of 64.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCDB06 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 6 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.14 |
| HSL | 64.23º | 0.95% | 0.44% | - |
| HSV(B) | 64.23º | 0.97% | 0.86% | - |
| XYZ | 50.27 | 63.51 | 9.78 | - |
| YUV | 190.23 | 24.03 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 6 | 0.07 | 0 | 0.97 | 0.14 | 64.23 | 0.95 | 0.44 |
| Hex | CC | DB | 6 | 7 | 0 | 61 | E | 40 | 5F | 2C |
| Octal | 314 | 333 | 6 | 7 | 0 | 141 | 16 | 100 | 137 | 54 |
| Binary | 11001100 | 11011011 | 110 | 111 | 0 | 1100001 | 1110 | 1000000 | 1011111 | 101100 |
Color Harmonies of #CCDB06
Complementary color
Monochromatic Colors of #CCDB06
Black with #CCDB06
Text Example
Text Example
White with #CCDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB06; }
p { color: rgb(204,219,6); }
H1.HeaderClassName
{
color: #CCDB06;
}
.AnyTagClassName
{
color: #CCDB06;
}
</style>
background-color css
<style>
a { background-color: #CCDB06; }
a { background-color: rgb(204,219,6); }
div.DivClassName
{
background-color: #CCDB06;
}
.BgClassName
{
background-color: #CCDB06;
}
</style>
border-color css
<style>
span { border-color: #CCDB06; }
span { border-color: rgb(204,219,6); }
td.TdClassName
{
border-color: #CCDB06;
}
.TagClassName
{
border-color: #CCDB06;
}
</style>