Shades of La Rioja #CCDB07
Tints of La Rioja #CCDB07
RGB
CMYK
RGB Variations
Color information
#CCDB07 (or 0xCCDB07) is known color: La Rioja. HEX triplet: CC, DB and 07. RGB value is (204,219,7). Sum of RGB (Red+Green+Blue) = 204+219+7=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDB07 is #3324F8. Grayscale: #BFBFBF. Windows color (decimal): -3351801 or 515020. OLE color: 515020.
HSL color Cylindrical-coordinate representation of color #CCDB07: hue angle of 64.25º degrees, saturation: 0.94, 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 #CCDB07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 7 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.14 |
| HSL | 64.25º | 0.94% | 0.44% | - |
| HSV(B) | 64.25º | 0.97% | 0.86% | - |
| XYZ | 50.27 | 63.52 | 9.81 | - |
| YUV | 190.35 | 24.53 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 7 | 0.07 | 0 | 0.97 | 0.14 | 64.25 | 0.94 | 0.44 |
| Hex | CC | DB | 7 | 7 | 0 | 61 | E | 40 | 5E | 2C |
| Octal | 314 | 333 | 7 | 7 | 0 | 141 | 16 | 100 | 136 | 54 |
| Binary | 11001100 | 11011011 | 111 | 111 | 0 | 1100001 | 1110 | 1000000 | 1011110 | 101100 |
Color Harmonies of #CCDB07
Complementary color
Monochromatic Colors of #CCDB07
Black with #CCDB07
Text Example
Text Example
White with #CCDB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB07; }
p { color: rgb(204,219,7); }
H1.HeaderClassName
{
color: #CCDB07;
}
.AnyTagClassName
{
color: #CCDB07;
}
</style>
background-color css
<style>
a { background-color: #CCDB07; }
a { background-color: rgb(204,219,7); }
div.DivClassName
{
background-color: #CCDB07;
}
.BgClassName
{
background-color: #CCDB07;
}
</style>
border-color css
<style>
span { border-color: #CCDB07; }
span { border-color: rgb(204,219,7); }
td.TdClassName
{
border-color: #CCDB07;
}
.TagClassName
{
border-color: #CCDB07;
}
</style>