Shades of La Rioja #CDD400
Tints of La Rioja #CDD400
RGB
CMYK
RGB Variations
Color information
#CDD400 (or 0xCDD400) is known color: La Rioja. HEX triplet: CD, D4 and 00. RGB value is (205,212,0). Sum of RGB (Red+Green+Blue) = 205+212+0=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD400 is #322BFF. Grayscale: #BABABA. Windows color (decimal): -3288064 or 54477. OLE color: 54477.
HSL color Cylindrical-coordinate representation of color #CDD400: hue angle of 61.98º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDD400 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.17 |
| HSL | 61.98º | 1% | 0.42% | - |
| HSV(B) | 61.98º | 1% | 0.83% | - |
| XYZ | 48.72 | 60.07 | 9.03 | - |
| YUV | 185.74 | 23.18 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 0 | 0.03 | 0 | 1 | 0.17 | 61.98 | 1 | 0.42 |
| Hex | CD | D4 | 0 | 3 | 0 | 64 | 11 | 3E | 64 | 2A |
| Octal | 315 | 324 | 0 | 3 | 0 | 144 | 21 | 76 | 144 | 52 |
| Binary | 11001101 | 11010100 | 0 | 11 | 0 | 1100100 | 10001 | 111110 | 1100100 | 101010 |
Color Harmonies of #CDD400
Complementary color
Monochromatic Colors of #CDD400
Black with #CDD400
Text Example
Text Example
White with #CDD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD400; }
p { color: rgb(205,212,0); }
H1.HeaderClassName
{
color: #CDD400;
}
.AnyTagClassName
{
color: #CDD400;
}
</style>
background-color css
<style>
a { background-color: #CDD400; }
a { background-color: rgb(205,212,0); }
div.DivClassName
{
background-color: #CDD400;
}
.BgClassName
{
background-color: #CDD400;
}
</style>
border-color css
<style>
span { border-color: #CDD400; }
span { border-color: rgb(205,212,0); }
td.TdClassName
{
border-color: #CDD400;
}
.TagClassName
{
border-color: #CDD400;
}
</style>