Shades of Fuego #CCCF29
Tints of Fuego #CCCF29
RGB
CMYK
RGB Variations
Color information
#CCCF29 (or 0xCCCF29) is known color: Fuego. HEX triplet: CC, CF and 29. RGB value is (204,207,41). Sum of RGB (Red+Green+Blue) = 204+207+41=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF29 is #3330D6. Grayscale: #BBBBBB. Windows color (decimal): -3354839 or 2740172. OLE color: 2740172.
HSL color Cylindrical-coordinate representation of color #CCCF29: hue angle of 61.08º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCCF29 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 41 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.19 |
| HSL | 61.08º | 0.67% | 0.49% | - |
| HSV(B) | 61.08º | 0.8% | 0.81% | - |
| XYZ | 47.61 | 57.62 | 10.71 | - |
| YUV | 187.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 41 | 0.01 | 0 | 0.80 | 0.19 | 61.08 | 0.67 | 0.49 |
| Hex | CC | CF | 29 | 1 | 0 | 50 | 13 | 3D | 43 | 31 |
| Octal | 314 | 317 | 51 | 1 | 0 | 120 | 23 | 75 | 103 | 61 |
| Binary | 11001100 | 11001111 | 101001 | 1 | 0 | 1010000 | 10011 | 111101 | 1000011 | 110001 |
Color Harmonies of #CCCF29
Complementary color
Monochromatic Colors of #CCCF29
Black with #CCCF29
Text Example
Text Example
White with #CCCF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF29; }
p { color: rgb(204,207,41); }
H1.HeaderClassName
{
color: #CCCF29;
}
.AnyTagClassName
{
color: #CCCF29;
}
</style>
background-color css
<style>
a { background-color: #CCCF29; }
a { background-color: rgb(204,207,41); }
div.DivClassName
{
background-color: #CCCF29;
}
.BgClassName
{
background-color: #CCCF29;
}
</style>
border-color css
<style>
span { border-color: #CCCF29; }
span { border-color: rgb(204,207,41); }
td.TdClassName
{
border-color: #CCCF29;
}
.TagClassName
{
border-color: #CCCF29;
}
</style>