Shades of Fuego #CCDA1D
Tints of Fuego #CCDA1D
RGB
CMYK
RGB Variations
Color information
#CCDA1D (or 0xCCDA1D) is known color: Fuego. HEX triplet: CC, DA and 1D. RGB value is (204,218,29). Sum of RGB (Red+Green+Blue) = 204+218+29=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA1D is #3325E2. Grayscale: #C1C1C1. Windows color (decimal): -3352035 or 1956556. OLE color: 1956556.
HSL color Cylindrical-coordinate representation of color #CCDA1D: hue angle of 64.44º 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 #CCDA1D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 29 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.15 |
| HSL | 64.44º | 0.77% | 0.48% | - |
| HSV(B) | 64.44º | 0.87% | 0.85% | - |
| XYZ | 50.2 | 63.07 | 10.69 | - |
| YUV | 192.27 | 35.86 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 29 | 0.06 | 0 | 0.87 | 0.15 | 64.44 | 0.77 | 0.48 |
| Hex | CC | DA | 1D | 6 | 0 | 57 | F | 40 | 4D | 30 |
| Octal | 314 | 332 | 35 | 6 | 0 | 127 | 17 | 100 | 115 | 60 |
| Binary | 11001100 | 11011010 | 11101 | 110 | 0 | 1010111 | 1111 | 1000000 | 1001101 | 110000 |
Color Harmonies of #CCDA1D
Complementary color
Monochromatic Colors of #CCDA1D
Black with #CCDA1D
Text Example
Text Example
White with #CCDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA1D; }
p { color: rgb(204,218,29); }
H1.HeaderClassName
{
color: #CCDA1D;
}
.AnyTagClassName
{
color: #CCDA1D;
}
</style>
background-color css
<style>
a { background-color: #CCDA1D; }
a { background-color: rgb(204,218,29); }
div.DivClassName
{
background-color: #CCDA1D;
}
.BgClassName
{
background-color: #CCDA1D;
}
</style>
border-color css
<style>
span { border-color: #CCDA1D; }
span { border-color: rgb(204,218,29); }
td.TdClassName
{
border-color: #CCDA1D;
}
.TagClassName
{
border-color: #CCDA1D;
}
</style>