Shades of Fuego #CDD522
Tints of Fuego #CDD522
RGB
CMYK
RGB Variations
Color information
#CDD522 (or 0xCDD522) is known color: Fuego. HEX triplet: CD, D5 and 22. RGB value is (205,213,34). Sum of RGB (Red+Green+Blue) = 205+213+34=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD522 is #322ADD. Grayscale: #BEBEBE. Windows color (decimal): -3287774 or 2282957. OLE color: 2282957.
HSL color Cylindrical-coordinate representation of color #CDD522: hue angle of 62.68º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDD522 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 34 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.16 |
| HSL | 62.68º | 0.72% | 0.48% | - |
| HSV(B) | 62.68º | 0.84% | 0.84% | - |
| XYZ | 49.26 | 60.68 | 10.63 | - |
| YUV | 190.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 34 | 0.04 | 0 | 0.84 | 0.16 | 62.68 | 0.72 | 0.48 |
| Hex | CD | D5 | 22 | 4 | 0 | 54 | 10 | 3F | 48 | 30 |
| Octal | 315 | 325 | 42 | 4 | 0 | 124 | 20 | 77 | 110 | 60 |
| Binary | 11001101 | 11010101 | 100010 | 100 | 0 | 1010100 | 10000 | 111111 | 1001000 | 110000 |
Color Harmonies of #CDD522
Complementary color
Monochromatic Colors of #CDD522
Black with #CDD522
Text Example
Text Example
White with #CDD522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD522; }
p { color: rgb(205,213,34); }
H1.HeaderClassName
{
color: #CDD522;
}
.AnyTagClassName
{
color: #CDD522;
}
</style>
background-color css
<style>
a { background-color: #CDD522; }
a { background-color: rgb(205,213,34); }
div.DivClassName
{
background-color: #CDD522;
}
.BgClassName
{
background-color: #CDD522;
}
</style>
border-color css
<style>
span { border-color: #CDD522; }
span { border-color: rgb(205,213,34); }
td.TdClassName
{
border-color: #CDD522;
}
.TagClassName
{
border-color: #CDD522;
}
</style>