Shades of La Rioja #CDD600
Tints of La Rioja #CDD600
RGB
CMYK
RGB Variations
Color information
#CDD600 (or 0xCDD600) is known color: La Rioja. HEX triplet: CD, D6 and 00. RGB value is (205,214,0). Sum of RGB (Red+Green+Blue) = 205+214+0=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD600 is #3229FF. Grayscale: #BBBBBB. Windows color (decimal): -3287552 or 54989. OLE color: 54989.
HSL color Cylindrical-coordinate representation of color #CDD600: hue angle of 62.52º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDD600 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.16 |
| HSL | 62.52º | 1% | 0.42% | - |
| HSV(B) | 62.52º | 1% | 0.84% | - |
| XYZ | 49.22 | 61.07 | 9.19 | - |
| YUV | 186.91 | 22.52 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 0 | 0.04 | 0 | 1 | 0.16 | 62.52 | 1 | 0.42 |
| Hex | CD | D6 | 0 | 4 | 0 | 64 | 10 | 3F | 64 | 2A |
| Octal | 315 | 326 | 0 | 4 | 0 | 144 | 20 | 77 | 144 | 52 |
| Binary | 11001101 | 11010110 | 0 | 100 | 0 | 1100100 | 10000 | 111111 | 1100100 | 101010 |
Color Harmonies of #CDD600
Complementary color
Monochromatic Colors of #CDD600
Black with #CDD600
Text Example
Text Example
White with #CDD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD600; }
p { color: rgb(205,214,0); }
H1.HeaderClassName
{
color: #CDD600;
}
.AnyTagClassName
{
color: #CDD600;
}
</style>
background-color css
<style>
a { background-color: #CDD600; }
a { background-color: rgb(205,214,0); }
div.DivClassName
{
background-color: #CDD600;
}
.BgClassName
{
background-color: #CDD600;
}
</style>
border-color css
<style>
span { border-color: #CDD600; }
span { border-color: rgb(205,214,0); }
td.TdClassName
{
border-color: #CDD600;
}
.TagClassName
{
border-color: #CDD600;
}
</style>