Shades of La Rioja #CDD701
Tints of La Rioja #CDD701
RGB
CMYK
RGB Variations
Color information
#CDD701 (or 0xCDD701) is known color: La Rioja. HEX triplet: CD, D7 and 01. RGB value is (205,215,1). Sum of RGB (Red+Green+Blue) = 205+215+1=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD701 is #3228FE. Grayscale: #BCBCBC. Windows color (decimal): -3287295 or 120781. OLE color: 120781.
HSL color Cylindrical-coordinate representation of color #CDD701: hue angle of 62.8º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDD701 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.16 |
| HSL | 62.8º | 0.99% | 0.42% | - |
| HSV(B) | 62.8º | 1% | 0.84% | - |
| XYZ | 49.48 | 61.58 | 9.31 | - |
| YUV | 187.61 | 22.69 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 1 | 0.05 | 0 | 1.00 | 0.16 | 62.8 | 0.99 | 0.42 |
| Hex | CD | D7 | 1 | 5 | 0 | 64 | 10 | 3F | 63 | 2A |
| Octal | 315 | 327 | 1 | 5 | 0 | 144 | 20 | 77 | 143 | 52 |
| Binary | 11001101 | 11010111 | 1 | 101 | 0 | 1100100 | 10000 | 111111 | 1100011 | 101010 |
Color Harmonies of #CDD701
Complementary color
Monochromatic Colors of #CDD701
Black with #CDD701
Text Example
Text Example
White with #CDD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD701; }
p { color: rgb(205,215,1); }
H1.HeaderClassName
{
color: #CDD701;
}
.AnyTagClassName
{
color: #CDD701;
}
</style>
background-color css
<style>
a { background-color: #CDD701; }
a { background-color: rgb(205,215,1); }
div.DivClassName
{
background-color: #CDD701;
}
.BgClassName
{
background-color: #CDD701;
}
</style>
border-color css
<style>
span { border-color: #CDD701; }
span { border-color: rgb(205,215,1); }
td.TdClassName
{
border-color: #CDD701;
}
.TagClassName
{
border-color: #CDD701;
}
</style>