Shades of Fuel Yellow #CC9C35
Tints of Fuel Yellow #CC9C35
RGB
CMYK
RGB Variations
Color information
#CC9C35 (or 0xCC9C35) is known color: Fuel Yellow. HEX triplet: CC, 9C and 35. RGB value is (204,156,53). Sum of RGB (Red+Green+Blue) = 204+156+53=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C35 is #3363CA. Grayscale: #9F9F9F. Windows color (decimal): -3367883 or 3513548. OLE color: 3513548.
HSL color Cylindrical-coordinate representation of color #CC9C35: hue angle of 40.93º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC9C35 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 53 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.2 |
| HSL | 40.93º | 0.6% | 0.5% | - |
| HSV(B) | 40.93º | 0.74% | 0.8% | - |
| XYZ | 37.43 | 36.87 | 8.51 | - |
| YUV | 158.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 53 | 0 | 0.24 | 0.74 | 0.2 | 40.93 | 0.6 | 0.5 |
| Hex | CC | 9C | 35 | 0 | 18 | 4A | 14 | 29 | 3C | 32 |
| Octal | 314 | 234 | 65 | 0 | 30 | 112 | 24 | 51 | 74 | 62 |
| Binary | 11001100 | 10011100 | 110101 | 0 | 11000 | 1001010 | 10100 | 101001 | 111100 | 110010 |
Color Harmonies of #CC9C35
Complementary color
Monochromatic Colors of #CC9C35
Black with #CC9C35
Text Example
Text Example
White with #CC9C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C35; }
p { color: rgb(204,156,53); }
H1.HeaderClassName
{
color: #CC9C35;
}
.AnyTagClassName
{
color: #CC9C35;
}
</style>
background-color css
<style>
a { background-color: #CC9C35; }
a { background-color: rgb(204,156,53); }
div.DivClassName
{
background-color: #CC9C35;
}
.BgClassName
{
background-color: #CC9C35;
}
</style>
border-color css
<style>
span { border-color: #CC9C35; }
span { border-color: rgb(204,156,53); }
td.TdClassName
{
border-color: #CC9C35;
}
.TagClassName
{
border-color: #CC9C35;
}
</style>