Shades of Fuego #CDD620
Tints of Fuego #CDD620
RGB
CMYK
RGB Variations
Color information
#CDD620 (or 0xCDD620) is known color: Fuego. HEX triplet: CD, D6 and 20. RGB value is (205,214,32). Sum of RGB (Red+Green+Blue) = 205+214+32=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD620 is #3229DF. Grayscale: #BFBFBF. Windows color (decimal): -3287520 or 2152141. OLE color: 2152141.
HSL color Cylindrical-coordinate representation of color #CDD620: hue angle of 62.97º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDD620 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 32 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.16 |
| HSL | 62.97º | 0.74% | 0.48% | - |
| HSV(B) | 62.97º | 0.85% | 0.84% | - |
| XYZ | 49.48 | 61.18 | 10.57 | - |
| YUV | 190.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 32 | 0.04 | 0 | 0.85 | 0.16 | 62.97 | 0.74 | 0.48 |
| Hex | CD | D6 | 20 | 4 | 0 | 55 | 10 | 3F | 4A | 30 |
| Octal | 315 | 326 | 40 | 4 | 0 | 125 | 20 | 77 | 112 | 60 |
| Binary | 11001101 | 11010110 | 100000 | 100 | 0 | 1010101 | 10000 | 111111 | 1001010 | 110000 |
Color Harmonies of #CDD620
Complementary color
Monochromatic Colors of #CDD620
Black with #CDD620
Text Example
Text Example
White with #CDD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD620; }
p { color: rgb(205,214,32); }
H1.HeaderClassName
{
color: #CDD620;
}
.AnyTagClassName
{
color: #CDD620;
}
</style>
background-color css
<style>
a { background-color: #CDD620; }
a { background-color: rgb(205,214,32); }
div.DivClassName
{
background-color: #CDD620;
}
.BgClassName
{
background-color: #CDD620;
}
</style>
border-color css
<style>
span { border-color: #CDD620; }
span { border-color: rgb(205,214,32); }
td.TdClassName
{
border-color: #CDD620;
}
.TagClassName
{
border-color: #CDD620;
}
</style>