Shades of Fuel Yellow #CC9B2C
Tints of Fuel Yellow #CC9B2C
RGB
CMYK
RGB Variations
Color information
#CC9B2C (or 0xCC9B2C) is known color: Fuel Yellow. HEX triplet: CC, 9B and 2C. RGB value is (204,155,44). Sum of RGB (Red+Green+Blue) = 204+155+44=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B2C is #3364D3. Grayscale: #9D9D9D. Windows color (decimal): -3368148 or 2923468. OLE color: 2923468.
HSL color Cylindrical-coordinate representation of color #CC9B2C: hue angle of 41.62º 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 #CC9B2C is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 44 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.2 |
| HSL | 41.63º | 0.65% | 0.49% | - |
| HSV(B) | 41.63º | 0.78% | 0.8% | - |
| XYZ | 37.08 | 36.46 | 7.47 | - |
| YUV | 157 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 44 | 0 | 0.24 | 0.78 | 0.2 | 41.63 | 0.65 | 0.49 |
| Hex | CC | 9B | 2C | 0 | 18 | 4E | 14 | 2A | 41 | 31 |
| Octal | 314 | 233 | 54 | 0 | 30 | 116 | 24 | 52 | 101 | 61 |
| Binary | 11001100 | 10011011 | 101100 | 0 | 11000 | 1001110 | 10100 | 101010 | 1000001 | 110001 |
Color Harmonies of #CC9B2C
Complementary color
Monochromatic Colors of #CC9B2C
Black with #CC9B2C
Text Example
Text Example
White with #CC9B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9B2C; }
p { color: rgb(204,155,44); }
H1.HeaderClassName
{
color: #CC9B2C;
}
.AnyTagClassName
{
color: #CC9B2C;
}
</style>
background-color css
<style>
a { background-color: #CC9B2C; }
a { background-color: rgb(204,155,44); }
div.DivClassName
{
background-color: #CC9B2C;
}
.BgClassName
{
background-color: #CC9B2C;
}
</style>
border-color css
<style>
span { border-color: #CC9B2C; }
span { border-color: rgb(204,155,44); }
td.TdClassName
{
border-color: #CC9B2C;
}
.TagClassName
{
border-color: #CC9B2C;
}
</style>