Shades of La Rioja #CDD903
Tints of La Rioja #CDD903
RGB
CMYK
RGB Variations
Color information
#CDD903 (or 0xCDD903) is known color: La Rioja. HEX triplet: CD, D9 and 03. RGB value is (205,217,3). Sum of RGB (Red+Green+Blue) = 205+217+3=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD903 is #3226FC. Grayscale: #BDBDBD. Windows color (decimal): -3286781 or 252365. OLE color: 252365.
HSL color Cylindrical-coordinate representation of color #CDD903: hue angle of 63.36º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDD903 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 3 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.15 |
| HSL | 63.36º | 0.97% | 0.43% | - |
| HSV(B) | 63.36º | 0.99% | 0.85% | - |
| XYZ | 50.01 | 62.61 | 9.54 | - |
| YUV | 189.02 | 23.02 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 3 | 0.06 | 0 | 0.99 | 0.15 | 63.36 | 0.97 | 0.43 |
| Hex | CD | D9 | 3 | 6 | 0 | 63 | F | 3F | 61 | 2B |
| Octal | 315 | 331 | 3 | 6 | 0 | 143 | 17 | 77 | 141 | 53 |
| Binary | 11001101 | 11011001 | 11 | 110 | 0 | 1100011 | 1111 | 111111 | 1100001 | 101011 |
Color Harmonies of #CDD903
Complementary color
Monochromatic Colors of #CDD903
Black with #CDD903
Text Example
Text Example
White with #CDD903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD903; }
p { color: rgb(205,217,3); }
H1.HeaderClassName
{
color: #CDD903;
}
.AnyTagClassName
{
color: #CDD903;
}
</style>
background-color css
<style>
a { background-color: #CDD903; }
a { background-color: rgb(205,217,3); }
div.DivClassName
{
background-color: #CDD903;
}
.BgClassName
{
background-color: #CDD903;
}
</style>
border-color css
<style>
span { border-color: #CDD903; }
span { border-color: rgb(205,217,3); }
td.TdClassName
{
border-color: #CDD903;
}
.TagClassName
{
border-color: #CDD903;
}
</style>