Shades of Fuel Yellow #CC9329
Tints of Fuel Yellow #CC9329
RGB
CMYK
RGB Variations
Color information
#CC9329 (or 0xCC9329) is known color: Fuel Yellow. HEX triplet: CC, 93 and 29. RGB value is (204,147,41). Sum of RGB (Red+Green+Blue) = 204+147+41=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9329 is #336CD6. Grayscale: #989898. Windows color (decimal): -3370199 or 2724812. OLE color: 2724812.
HSL color Cylindrical-coordinate representation of color #CC9329: hue angle of 39.02º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9329 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 41 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.2 |
| HSL | 39.02º | 0.67% | 0.48% | - |
| HSV(B) | 39.02º | 0.8% | 0.8% | - |
| XYZ | 35.74 | 33.86 | 6.75 | - |
| YUV | 151.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 41 | 0 | 0.28 | 0.80 | 0.2 | 39.02 | 0.67 | 0.48 |
| Hex | CC | 93 | 29 | 0 | 1C | 50 | 14 | 27 | 43 | 30 |
| Octal | 314 | 223 | 51 | 0 | 34 | 120 | 24 | 47 | 103 | 60 |
| Binary | 11001100 | 10010011 | 101001 | 0 | 11100 | 1010000 | 10100 | 100111 | 1000011 | 110000 |
Color Harmonies of #CC9329
Complementary color
Monochromatic Colors of #CC9329
Black with #CC9329
Text Example
Text Example
White with #CC9329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9329; }
p { color: rgb(204,147,41); }
H1.HeaderClassName
{
color: #CC9329;
}
.AnyTagClassName
{
color: #CC9329;
}
</style>
background-color css
<style>
a { background-color: #CC9329; }
a { background-color: rgb(204,147,41); }
div.DivClassName
{
background-color: #CC9329;
}
.BgClassName
{
background-color: #CC9329;
}
</style>
border-color css
<style>
span { border-color: #CC9329; }
span { border-color: rgb(204,147,41); }
td.TdClassName
{
border-color: #CC9329;
}
.TagClassName
{
border-color: #CC9329;
}
</style>