Shades of Fuego #CCD224
Tints of Fuego #CCD224
RGB
CMYK
RGB Variations
Color information
#CCD224 (or 0xCCD224) is known color: Fuego. HEX triplet: CC, D2 and 24. RGB value is (204,210,36). Sum of RGB (Red+Green+Blue) = 204+210+36=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD224 is #332DDB. Grayscale: #BDBDBD. Windows color (decimal): -3354076 or 2413260. OLE color: 2413260.
HSL color Cylindrical-coordinate representation of color #CCD224: hue angle of 62.07º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD224 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 36 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.18 |
| HSL | 62.07º | 0.71% | 0.48% | - |
| HSV(B) | 62.07º | 0.83% | 0.82% | - |
| XYZ | 48.27 | 59.06 | 10.52 | - |
| YUV | 188.37 | 42.01 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 36 | 0.03 | 0 | 0.83 | 0.18 | 62.07 | 0.71 | 0.48 |
| Hex | CC | D2 | 24 | 3 | 0 | 53 | 12 | 3E | 47 | 30 |
| Octal | 314 | 322 | 44 | 3 | 0 | 123 | 22 | 76 | 107 | 60 |
| Binary | 11001100 | 11010010 | 100100 | 11 | 0 | 1010011 | 10010 | 111110 | 1000111 | 110000 |
Color Harmonies of #CCD224
Complementary color
Monochromatic Colors of #CCD224
Black with #CCD224
Text Example
Text Example
White with #CCD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD224; }
p { color: rgb(204,210,36); }
H1.HeaderClassName
{
color: #CCD224;
}
.AnyTagClassName
{
color: #CCD224;
}
</style>
background-color css
<style>
a { background-color: #CCD224; }
a { background-color: rgb(204,210,36); }
div.DivClassName
{
background-color: #CCD224;
}
.BgClassName
{
background-color: #CCD224;
}
</style>
border-color css
<style>
span { border-color: #CCD224; }
span { border-color: rgb(204,210,36); }
td.TdClassName
{
border-color: #CCD224;
}
.TagClassName
{
border-color: #CCD224;
}
</style>