Shades of Fuego #CCDA1C
Tints of Fuego #CCDA1C
RGB
CMYK
RGB Variations
Color information
#CCDA1C (or 0xCCDA1C) is known color: Fuego. HEX triplet: CC, DA and 1C. RGB value is (204,218,28). Sum of RGB (Red+Green+Blue) = 204+218+28=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA1C is #3325E3. Grayscale: #C0C0C0. Windows color (decimal): -3352036 or 1891020. OLE color: 1891020.
HSL color Cylindrical-coordinate representation of color #CCDA1C: hue angle of 64.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCDA1C is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 28 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.15 |
| HSL | 64.42º | 0.77% | 0.48% | - |
| HSV(B) | 64.42º | 0.87% | 0.85% | - |
| XYZ | 50.18 | 63.06 | 10.63 | - |
| YUV | 192.15 | 35.36 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 28 | 0.06 | 0 | 0.87 | 0.15 | 64.42 | 0.77 | 0.48 |
| Hex | CC | DA | 1C | 6 | 0 | 57 | F | 40 | 4D | 30 |
| Octal | 314 | 332 | 34 | 6 | 0 | 127 | 17 | 100 | 115 | 60 |
| Binary | 11001100 | 11011010 | 11100 | 110 | 0 | 1010111 | 1111 | 1000000 | 1001101 | 110000 |
Color Harmonies of #CCDA1C
Complementary color
Monochromatic Colors of #CCDA1C
Black with #CCDA1C
Text Example
Text Example
White with #CCDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA1C; }
p { color: rgb(204,218,28); }
H1.HeaderClassName
{
color: #CCDA1C;
}
.AnyTagClassName
{
color: #CCDA1C;
}
</style>
background-color css
<style>
a { background-color: #CCDA1C; }
a { background-color: rgb(204,218,28); }
div.DivClassName
{
background-color: #CCDA1C;
}
.BgClassName
{
background-color: #CCDA1C;
}
</style>
border-color css
<style>
span { border-color: #CCDA1C; }
span { border-color: rgb(204,218,28); }
td.TdClassName
{
border-color: #CCDA1C;
}
.TagClassName
{
border-color: #CCDA1C;
}
</style>