Shades of Fuego #CCD029
Tints of Fuego #CCD029
RGB
CMYK
RGB Variations
Color information
#CCD029 (or 0xCCD029) is known color: Fuego. HEX triplet: CC, D0 and 29. RGB value is (204,208,41). Sum of RGB (Red+Green+Blue) = 204+208+41=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD029 is #332FD6. Grayscale: #BCBCBC. Windows color (decimal): -3354583 or 2740428. OLE color: 2740428.
HSL color Cylindrical-coordinate representation of color #CCD029: hue angle of 61.44º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCD029 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 41 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.18 |
| HSL | 61.44º | 0.67% | 0.49% | - |
| HSV(B) | 61.44º | 0.8% | 0.82% | - |
| XYZ | 47.86 | 58.11 | 10.79 | - |
| YUV | 187.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 41 | 0.02 | 0 | 0.80 | 0.18 | 61.44 | 0.67 | 0.49 |
| Hex | CC | D0 | 29 | 2 | 0 | 50 | 12 | 3D | 43 | 31 |
| Octal | 314 | 320 | 51 | 2 | 0 | 120 | 22 | 75 | 103 | 61 |
| Binary | 11001100 | 11010000 | 101001 | 10 | 0 | 1010000 | 10010 | 111101 | 1000011 | 110001 |
Color Harmonies of #CCD029
Complementary color
Monochromatic Colors of #CCD029
Black with #CCD029
Text Example
Text Example
White with #CCD029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD029; }
p { color: rgb(204,208,41); }
H1.HeaderClassName
{
color: #CCD029;
}
.AnyTagClassName
{
color: #CCD029;
}
</style>
background-color css
<style>
a { background-color: #CCD029; }
a { background-color: rgb(204,208,41); }
div.DivClassName
{
background-color: #CCD029;
}
.BgClassName
{
background-color: #CCD029;
}
</style>
border-color css
<style>
span { border-color: #CCD029; }
span { border-color: rgb(204,208,41); }
td.TdClassName
{
border-color: #CCD029;
}
.TagClassName
{
border-color: #CCD029;
}
</style>