Shades of La Rioja #CDD000
Tints of La Rioja #CDD000
RGB
CMYK
RGB Variations
Color information
#CDD000 (or 0xCDD000) is known color: La Rioja. HEX triplet: CD, D0 and 00. RGB value is (205,208,0). Sum of RGB (Red+Green+Blue) = 205+208+0=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD000 is #322FFF. Grayscale: #B8B8B8. Windows color (decimal): -3289088 or 53453. OLE color: 53453.
HSL color Cylindrical-coordinate representation of color #CDD000: hue angle of 60.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDD000 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.18 |
| HSL | 60.87º | 1% | 0.41% | - |
| HSV(B) | 60.87º | 1% | 0.82% | - |
| XYZ | 47.73 | 58.09 | 8.7 | - |
| YUV | 183.39 | 24.51 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 0 | 0.01 | 0 | 1 | 0.18 | 60.87 | 1 | 0.41 |
| Hex | CD | D0 | 0 | 1 | 0 | 64 | 12 | 3D | 64 | 29 |
| Octal | 315 | 320 | 0 | 1 | 0 | 144 | 22 | 75 | 144 | 51 |
| Binary | 11001101 | 11010000 | 0 | 1 | 0 | 1100100 | 10010 | 111101 | 1100100 | 101001 |
Color Harmonies of #CDD000
Complementary color
Monochromatic Colors of #CDD000
Black with #CDD000
Text Example
Text Example
White with #CDD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD000; }
p { color: rgb(205,208,0); }
H1.HeaderClassName
{
color: #CDD000;
}
.AnyTagClassName
{
color: #CDD000;
}
</style>
background-color css
<style>
a { background-color: #CDD000; }
a { background-color: rgb(205,208,0); }
div.DivClassName
{
background-color: #CDD000;
}
.BgClassName
{
background-color: #CDD000;
}
</style>
border-color css
<style>
span { border-color: #CDD000; }
span { border-color: rgb(205,208,0); }
td.TdClassName
{
border-color: #CDD000;
}
.TagClassName
{
border-color: #CDD000;
}
</style>