Shades of Fuego #CCDA1A
Tints of Fuego #CCDA1A
RGB
CMYK
RGB Variations
Color information
#CCDA1A (or 0xCCDA1A) is known color: Fuego. HEX triplet: CC, DA and 1A. RGB value is (204,218,26). Sum of RGB (Red+Green+Blue) = 204+218+26=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA1A is #3325E5. Grayscale: #C0C0C0. Windows color (decimal): -3352038 or 1759948. OLE color: 1759948.
HSL color Cylindrical-coordinate representation of color #CCDA1A: hue angle of 64.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCDA1A is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 26 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.15 |
| HSL | 64.38º | 0.79% | 0.48% | - |
| HSV(B) | 64.38º | 0.88% | 0.85% | - |
| XYZ | 50.16 | 63.05 | 10.5 | - |
| YUV | 191.93 | 34.36 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 26 | 0.06 | 0 | 0.88 | 0.15 | 64.38 | 0.79 | 0.48 |
| Hex | CC | DA | 1A | 6 | 0 | 58 | F | 40 | 4F | 30 |
| Octal | 314 | 332 | 32 | 6 | 0 | 130 | 17 | 100 | 117 | 60 |
| Binary | 11001100 | 11011010 | 11010 | 110 | 0 | 1011000 | 1111 | 1000000 | 1001111 | 110000 |
Color Harmonies of #CCDA1A
Complementary color
Monochromatic Colors of #CCDA1A
Black with #CCDA1A
Text Example
Text Example
White with #CCDA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA1A; }
p { color: rgb(204,218,26); }
H1.HeaderClassName
{
color: #CCDA1A;
}
.AnyTagClassName
{
color: #CCDA1A;
}
</style>
background-color css
<style>
a { background-color: #CCDA1A; }
a { background-color: rgb(204,218,26); }
div.DivClassName
{
background-color: #CCDA1A;
}
.BgClassName
{
background-color: #CCDA1A;
}
</style>
border-color css
<style>
span { border-color: #CCDA1A; }
span { border-color: rgb(204,218,26); }
td.TdClassName
{
border-color: #CCDA1A;
}
.TagClassName
{
border-color: #CCDA1A;
}
</style>