Shades of La Rioja #CCD703
Tints of La Rioja #CCD703
RGB
CMYK
RGB Variations
Color information
#CCD703 (or 0xCCD703) is known color: La Rioja. HEX triplet: CC, D7 and 03. RGB value is (204,215,3). Sum of RGB (Red+Green+Blue) = 204+215+3=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD703 is #3328FC. Grayscale: #BCBCBC. Windows color (decimal): -3352829 or 251852. OLE color: 251852.
HSL color Cylindrical-coordinate representation of color #CCD703: hue angle of 63.11º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCD703 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 3 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.16 |
| HSL | 63.11º | 0.97% | 0.43% | - |
| HSV(B) | 63.11º | 0.99% | 0.84% | - |
| XYZ | 49.22 | 61.44 | 9.35 | - |
| YUV | 187.54 | 23.86 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 3 | 0.05 | 0 | 0.99 | 0.16 | 63.11 | 0.97 | 0.43 |
| Hex | CC | D7 | 3 | 5 | 0 | 63 | 10 | 3F | 61 | 2B |
| Octal | 314 | 327 | 3 | 5 | 0 | 143 | 20 | 77 | 141 | 53 |
| Binary | 11001100 | 11010111 | 11 | 101 | 0 | 1100011 | 10000 | 111111 | 1100001 | 101011 |
Color Harmonies of #CCD703
Complementary color
Monochromatic Colors of #CCD703
Black with #CCD703
Text Example
Text Example
White with #CCD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD703; }
p { color: rgb(204,215,3); }
H1.HeaderClassName
{
color: #CCD703;
}
.AnyTagClassName
{
color: #CCD703;
}
</style>
background-color css
<style>
a { background-color: #CCD703; }
a { background-color: rgb(204,215,3); }
div.DivClassName
{
background-color: #CCD703;
}
.BgClassName
{
background-color: #CCD703;
}
</style>
border-color css
<style>
span { border-color: #CCD703; }
span { border-color: rgb(204,215,3); }
td.TdClassName
{
border-color: #CCD703;
}
.TagClassName
{
border-color: #CCD703;
}
</style>