Shades of Fuego #CDD424
Tints of Fuego #CDD424
RGB
CMYK
RGB Variations
Color information
#CDD424 (or 0xCDD424) is known color: Fuego. HEX triplet: CD, D4 and 24. RGB value is (205,212,36). Sum of RGB (Red+Green+Blue) = 205+212+36=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD424 is #322BDB. Grayscale: #BEBEBE. Windows color (decimal): -3288028 or 2413773. OLE color: 2413773.
HSL color Cylindrical-coordinate representation of color #CDD424: hue angle of 62.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDD424 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 36 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.17 |
| HSL | 62.39º | 0.71% | 0.49% | - |
| HSV(B) | 62.39º | 0.83% | 0.83% | - |
| XYZ | 49.04 | 60.19 | 10.7 | - |
| YUV | 189.84 | 41.18 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 36 | 0.03 | 0 | 0.83 | 0.17 | 62.39 | 0.71 | 0.49 |
| Hex | CD | D4 | 24 | 3 | 0 | 53 | 11 | 3E | 47 | 31 |
| Octal | 315 | 324 | 44 | 3 | 0 | 123 | 21 | 76 | 107 | 61 |
| Binary | 11001101 | 11010100 | 100100 | 11 | 0 | 1010011 | 10001 | 111110 | 1000111 | 110001 |
Color Harmonies of #CDD424
Complementary color
Monochromatic Colors of #CDD424
Black with #CDD424
Text Example
Text Example
White with #CDD424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD424; }
p { color: rgb(205,212,36); }
H1.HeaderClassName
{
color: #CDD424;
}
.AnyTagClassName
{
color: #CDD424;
}
</style>
background-color css
<style>
a { background-color: #CDD424; }
a { background-color: rgb(205,212,36); }
div.DivClassName
{
background-color: #CDD424;
}
.BgClassName
{
background-color: #CDD424;
}
</style>
border-color css
<style>
span { border-color: #CDD424; }
span { border-color: rgb(205,212,36); }
td.TdClassName
{
border-color: #CDD424;
}
.TagClassName
{
border-color: #CDD424;
}
</style>