Shades of La Rioja #CDD803
Tints of La Rioja #CDD803
RGB
CMYK
RGB Variations
Color information
#CDD803 (or 0xCDD803) is known color: La Rioja. HEX triplet: CD, D8 and 03. RGB value is (205,216,3). Sum of RGB (Red+Green+Blue) = 205+216+3=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD803 is #3227FC. Grayscale: #BDBDBD. Windows color (decimal): -3287037 or 252109. OLE color: 252109.
HSL color Cylindrical-coordinate representation of color #CDD803: hue angle of 63.1º 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 #CDD803 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 3 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.15 |
| HSL | 63.1º | 0.97% | 0.43% | - |
| HSV(B) | 63.1º | 0.99% | 0.85% | - |
| XYZ | 49.75 | 62.1 | 9.45 | - |
| YUV | 188.43 | 23.36 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 3 | 0.05 | 0 | 0.99 | 0.15 | 63.1 | 0.97 | 0.43 |
| Hex | CD | D8 | 3 | 5 | 0 | 63 | F | 3F | 61 | 2B |
| Octal | 315 | 330 | 3 | 5 | 0 | 143 | 17 | 77 | 141 | 53 |
| Binary | 11001101 | 11011000 | 11 | 101 | 0 | 1100011 | 1111 | 111111 | 1100001 | 101011 |
Color Harmonies of #CDD803
Complementary color
Monochromatic Colors of #CDD803
Black with #CDD803
Text Example
Text Example
White with #CDD803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD803; }
p { color: rgb(205,216,3); }
H1.HeaderClassName
{
color: #CDD803;
}
.AnyTagClassName
{
color: #CDD803;
}
</style>
background-color css
<style>
a { background-color: #CDD803; }
a { background-color: rgb(205,216,3); }
div.DivClassName
{
background-color: #CDD803;
}
.BgClassName
{
background-color: #CDD803;
}
</style>
border-color css
<style>
span { border-color: #CDD803; }
span { border-color: rgb(205,216,3); }
td.TdClassName
{
border-color: #CDD803;
}
.TagClassName
{
border-color: #CDD803;
}
</style>