Shades of Fuel Yellow #CC9334
Tints of Fuel Yellow #CC9334
RGB
CMYK
RGB Variations
Color information
#CC9334 (or 0xCC9334) is known color: Fuel Yellow. HEX triplet: CC, 93 and 34. RGB value is (204,147,52). Sum of RGB (Red+Green+Blue) = 204+147+52=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9334 is #336CCB. Grayscale: #999999. Windows color (decimal): -3370188 or 3445708. OLE color: 3445708.
HSL color Cylindrical-coordinate representation of color #CC9334: hue angle of 37.5º 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 #CC9334 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 52 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.2 |
| HSL | 37.5º | 0.6% | 0.5% | - |
| HSV(B) | 37.5º | 0.75% | 0.8% | - |
| XYZ | 35.96 | 33.95 | 7.91 | - |
| YUV | 153.21 | 70.88 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 52 | 0 | 0.28 | 0.75 | 0.2 | 37.5 | 0.6 | 0.5 |
| Hex | CC | 93 | 34 | 0 | 1C | 4B | 14 | 26 | 3C | 32 |
| Octal | 314 | 223 | 64 | 0 | 34 | 113 | 24 | 46 | 74 | 62 |
| Binary | 11001100 | 10010011 | 110100 | 0 | 11100 | 1001011 | 10100 | 100110 | 111100 | 110010 |
Color Harmonies of #CC9334
Complementary color
Monochromatic Colors of #CC9334
Black with #CC9334
Text Example
Text Example
White with #CC9334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9334; }
p { color: rgb(204,147,52); }
H1.HeaderClassName
{
color: #CC9334;
}
.AnyTagClassName
{
color: #CC9334;
}
</style>
background-color css
<style>
a { background-color: #CC9334; }
a { background-color: rgb(204,147,52); }
div.DivClassName
{
background-color: #CC9334;
}
.BgClassName
{
background-color: #CC9334;
}
</style>
border-color css
<style>
span { border-color: #CC9334; }
span { border-color: rgb(204,147,52); }
td.TdClassName
{
border-color: #CC9334;
}
.TagClassName
{
border-color: #CC9334;
}
</style>