Shades of Fuego #CDD721
Tints of Fuego #CDD721
RGB
CMYK
RGB Variations
Color information
#CDD721 (or 0xCDD721) is known color: Fuego. HEX triplet: CD, D7 and 21. RGB value is (205,215,33). Sum of RGB (Red+Green+Blue) = 205+215+33=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD721 is #3228DE. Grayscale: #BFBFBF. Windows color (decimal): -3287263 or 2217933. OLE color: 2217933.
HSL color Cylindrical-coordinate representation of color #CDD721: hue angle of 63.3º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDD721 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 33 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.16 |
| HSL | 63.3º | 0.73% | 0.49% | - |
| HSV(B) | 63.3º | 0.85% | 0.84% | - |
| XYZ | 49.75 | 61.69 | 10.72 | - |
| YUV | 191.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 33 | 0.05 | 0 | 0.85 | 0.16 | 63.3 | 0.73 | 0.49 |
| Hex | CD | D7 | 21 | 5 | 0 | 55 | 10 | 3F | 49 | 31 |
| Octal | 315 | 327 | 41 | 5 | 0 | 125 | 20 | 77 | 111 | 61 |
| Binary | 11001101 | 11010111 | 100001 | 101 | 0 | 1010101 | 10000 | 111111 | 1001001 | 110001 |
Color Harmonies of #CDD721
Complementary color
Monochromatic Colors of #CDD721
Black with #CDD721
Text Example
Text Example
White with #CDD721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD721; }
p { color: rgb(205,215,33); }
H1.HeaderClassName
{
color: #CDD721;
}
.AnyTagClassName
{
color: #CDD721;
}
</style>
background-color css
<style>
a { background-color: #CDD721; }
a { background-color: rgb(205,215,33); }
div.DivClassName
{
background-color: #CDD721;
}
.BgClassName
{
background-color: #CDD721;
}
</style>
border-color css
<style>
span { border-color: #CDD721; }
span { border-color: rgb(205,215,33); }
td.TdClassName
{
border-color: #CDD721;
}
.TagClassName
{
border-color: #CDD721;
}
</style>