Shades of Fuego #CCDB24
Tints of Fuego #CCDB24
RGB
CMYK
RGB Variations
Color information
#CCDB24 (or 0xCCDB24) is known color: Fuego. HEX triplet: CC, DB and 24. RGB value is (204,219,36). Sum of RGB (Red+Green+Blue) = 204+219+36=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 36 (14.45% from 255 or 7.84% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB24 is #3324DB. Grayscale: #C2C2C2. Windows color (decimal): -3351772 or 2415564. OLE color: 2415564.
HSL color Cylindrical-coordinate representation of color #CCDB24: hue angle of 64.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCDB24 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 36 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.14 |
| HSL | 64.92º | 0.72% | 0.5% | - |
| HSV(B) | 64.92º | 0.84% | 0.86% | - |
| XYZ | 50.55 | 63.63 | 11.29 | - |
| YUV | 193.65 | 39.03 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 36 | 0.07 | 0 | 0.84 | 0.14 | 64.92 | 0.72 | 0.5 |
| Hex | CC | DB | 24 | 7 | 0 | 54 | E | 41 | 48 | 32 |
| Octal | 314 | 333 | 44 | 7 | 0 | 124 | 16 | 101 | 110 | 62 |
| Binary | 11001100 | 11011011 | 100100 | 111 | 0 | 1010100 | 1110 | 1000001 | 1001000 | 110010 |
Color Harmonies of #CCDB24
Complementary color
Monochromatic Colors of #CCDB24
Black with #CCDB24
Text Example
Text Example
White with #CCDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB24; }
p { color: rgb(204,219,36); }
H1.HeaderClassName
{
color: #CCDB24;
}
.AnyTagClassName
{
color: #CCDB24;
}
</style>
background-color css
<style>
a { background-color: #CCDB24; }
a { background-color: rgb(204,219,36); }
div.DivClassName
{
background-color: #CCDB24;
}
.BgClassName
{
background-color: #CCDB24;
}
</style>
border-color css
<style>
span { border-color: #CCDB24; }
span { border-color: rgb(204,219,36); }
td.TdClassName
{
border-color: #CCDB24;
}
.TagClassName
{
border-color: #CCDB24;
}
</style>