Shades of Fuel Yellow #CC9D34
Tints of Fuel Yellow #CC9D34
RGB
CMYK
RGB Variations
Color information
#CC9D34 (or 0xCC9D34) is known color: Fuel Yellow. HEX triplet: CC, 9D and 34. RGB value is (204,157,52). Sum of RGB (Red+Green+Blue) = 204+157+52=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D34 is #3362CB. Grayscale: #9F9F9F. Windows color (decimal): -3367628 or 3448268. OLE color: 3448268.
HSL color Cylindrical-coordinate representation of color #CC9D34: hue angle of 41.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC9D34 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 52 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.2 |
| HSL | 41.45º | 0.6% | 0.5% | - |
| HSV(B) | 41.45º | 0.75% | 0.8% | - |
| XYZ | 37.58 | 37.2 | 8.45 | - |
| YUV | 159.08 | 67.57 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 52 | 0 | 0.23 | 0.75 | 0.2 | 41.45 | 0.6 | 0.5 |
| Hex | CC | 9D | 34 | 0 | 17 | 4B | 14 | 29 | 3C | 32 |
| Octal | 314 | 235 | 64 | 0 | 27 | 113 | 24 | 51 | 74 | 62 |
| Binary | 11001100 | 10011101 | 110100 | 0 | 10111 | 1001011 | 10100 | 101001 | 111100 | 110010 |
Color Harmonies of #CC9D34
Complementary color
Monochromatic Colors of #CC9D34
Black with #CC9D34
Text Example
Text Example
White with #CC9D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D34; }
p { color: rgb(204,157,52); }
H1.HeaderClassName
{
color: #CC9D34;
}
.AnyTagClassName
{
color: #CC9D34;
}
</style>
background-color css
<style>
a { background-color: #CC9D34; }
a { background-color: rgb(204,157,52); }
div.DivClassName
{
background-color: #CC9D34;
}
.BgClassName
{
background-color: #CC9D34;
}
</style>
border-color css
<style>
span { border-color: #CC9D34; }
span { border-color: rgb(204,157,52); }
td.TdClassName
{
border-color: #CC9D34;
}
.TagClassName
{
border-color: #CC9D34;
}
</style>