Shades of Fuego #CDD621
Tints of Fuego #CDD621
RGB
CMYK
RGB Variations
Color information
#CDD621 (or 0xCDD621) is known color: Fuego. HEX triplet: CD, D6 and 21. RGB value is (205,214,33). Sum of RGB (Red+Green+Blue) = 205+214+33=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD621 is #3229DE. Grayscale: #BFBFBF. Windows color (decimal): -3287519 or 2217677. OLE color: 2217677.
HSL color Cylindrical-coordinate representation of color #CDD621: hue angle of 62.98º degrees, saturation: 0.73, 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 #CDD621 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.16 |
| HSL | 62.98º | 0.73% | 0.48% | - |
| HSV(B) | 62.98º | 0.85% | 0.84% | - |
| XYZ | 49.5 | 61.18 | 10.64 | - |
| YUV | 190.68 | 39.02 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 33 | 0.04 | 0 | 0.85 | 0.16 | 62.98 | 0.73 | 0.48 |
| Hex | CD | D6 | 21 | 4 | 0 | 55 | 10 | 3F | 49 | 30 |
| Octal | 315 | 326 | 41 | 4 | 0 | 125 | 20 | 77 | 111 | 60 |
| Binary | 11001101 | 11010110 | 100001 | 100 | 0 | 1010101 | 10000 | 111111 | 1001001 | 110000 |
Color Harmonies of #CDD621
Complementary color
Monochromatic Colors of #CDD621
Black with #CDD621
Text Example
Text Example
White with #CDD621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD621; }
p { color: rgb(205,214,33); }
H1.HeaderClassName
{
color: #CDD621;
}
.AnyTagClassName
{
color: #CDD621;
}
</style>
background-color css
<style>
a { background-color: #CDD621; }
a { background-color: rgb(205,214,33); }
div.DivClassName
{
background-color: #CDD621;
}
.BgClassName
{
background-color: #CDD621;
}
</style>
border-color css
<style>
span { border-color: #CDD621; }
span { border-color: rgb(205,214,33); }
td.TdClassName
{
border-color: #CDD621;
}
.TagClassName
{
border-color: #CDD621;
}
</style>