Shades of La Rioja #CDD801
Tints of La Rioja #CDD801
RGB
CMYK
RGB Variations
Color information
#CDD801 (or 0xCDD801) is known color: La Rioja. HEX triplet: CD, D8 and 01. RGB value is (205,216,1). Sum of RGB (Red+Green+Blue) = 205+216+1=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD801 is #3227FE. Grayscale: #BDBDBD. Windows color (decimal): -3287039 or 121037. OLE color: 121037.
HSL color Cylindrical-coordinate representation of color #CDD801: hue angle of 63.07º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDD801 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.15 |
| HSL | 63.07º | 0.99% | 0.43% | - |
| HSV(B) | 63.07º | 1% | 0.85% | - |
| XYZ | 49.74 | 62.09 | 9.39 | - |
| YUV | 188.2 | 22.36 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 1 | 0.05 | 0 | 1.00 | 0.15 | 63.07 | 0.99 | 0.43 |
| Hex | CD | D8 | 1 | 5 | 0 | 64 | F | 3F | 63 | 2B |
| Octal | 315 | 330 | 1 | 5 | 0 | 144 | 17 | 77 | 143 | 53 |
| Binary | 11001101 | 11011000 | 1 | 101 | 0 | 1100100 | 1111 | 111111 | 1100011 | 101011 |
Color Harmonies of #CDD801
Complementary color
Monochromatic Colors of #CDD801
Black with #CDD801
Text Example
Text Example
White with #CDD801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD801; }
p { color: rgb(205,216,1); }
H1.HeaderClassName
{
color: #CDD801;
}
.AnyTagClassName
{
color: #CDD801;
}
</style>
background-color css
<style>
a { background-color: #CDD801; }
a { background-color: rgb(205,216,1); }
div.DivClassName
{
background-color: #CDD801;
}
.BgClassName
{
background-color: #CDD801;
}
</style>
border-color css
<style>
span { border-color: #CDD801; }
span { border-color: rgb(205,216,1); }
td.TdClassName
{
border-color: #CDD801;
}
.TagClassName
{
border-color: #CDD801;
}
</style>