Shades of Fuel Yellow #CC9A2C
Tints of Fuel Yellow #CC9A2C
RGB
CMYK
RGB Variations
Color information
#CC9A2C (or 0xCC9A2C) is known color: Fuel Yellow. HEX triplet: CC, 9A and 2C. RGB value is (204,154,44). Sum of RGB (Red+Green+Blue) = 204+154+44=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A2C is #3365D3. Grayscale: #9C9C9C. Windows color (decimal): -3368404 or 2923212. OLE color: 2923212.
HSL color Cylindrical-coordinate representation of color #CC9A2C: hue angle of 41.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC9A2C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 44 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.2 |
| HSL | 41.25º | 0.65% | 0.49% | - |
| HSV(B) | 41.25º | 0.78% | 0.8% | - |
| XYZ | 36.91 | 36.13 | 7.41 | - |
| YUV | 156.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 44 | 0 | 0.25 | 0.78 | 0.2 | 41.25 | 0.65 | 0.49 |
| Hex | CC | 9A | 2C | 0 | 19 | 4E | 14 | 29 | 41 | 31 |
| Octal | 314 | 232 | 54 | 0 | 31 | 116 | 24 | 51 | 101 | 61 |
| Binary | 11001100 | 10011010 | 101100 | 0 | 11001 | 1001110 | 10100 | 101001 | 1000001 | 110001 |
Color Harmonies of #CC9A2C
Complementary color
Monochromatic Colors of #CC9A2C
Black with #CC9A2C
Text Example
Text Example
White with #CC9A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A2C; }
p { color: rgb(204,154,44); }
H1.HeaderClassName
{
color: #CC9A2C;
}
.AnyTagClassName
{
color: #CC9A2C;
}
</style>
background-color css
<style>
a { background-color: #CC9A2C; }
a { background-color: rgb(204,154,44); }
div.DivClassName
{
background-color: #CC9A2C;
}
.BgClassName
{
background-color: #CC9A2C;
}
</style>
border-color css
<style>
span { border-color: #CC9A2C; }
span { border-color: rgb(204,154,44); }
td.TdClassName
{
border-color: #CC9A2C;
}
.TagClassName
{
border-color: #CC9A2C;
}
</style>