Shades of Fuel Yellow #CC9937
Tints of Fuel Yellow #CC9937
RGB
CMYK
RGB Variations
Color information
#CC9937 (or 0xCC9937) is known color: Fuel Yellow. HEX triplet: CC, 99 and 37. RGB value is (204,153,55). Sum of RGB (Red+Green+Blue) = 204+153+55=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9937 is #3366C8. Grayscale: #9D9D9D. Windows color (decimal): -3368649 or 3643852. OLE color: 3643852.
HSL color Cylindrical-coordinate representation of color #CC9937: hue angle of 39.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC9937 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 55 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.2 |
| HSL | 39.46º | 0.59% | 0.51% | - |
| HSV(B) | 39.46º | 0.73% | 0.8% | - |
| XYZ | 36.98 | 35.9 | 8.59 | - |
| YUV | 157.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 55 | 0 | 0.25 | 0.73 | 0.2 | 39.46 | 0.59 | 0.51 |
| Hex | CC | 99 | 37 | 0 | 19 | 49 | 14 | 27 | 3B | 33 |
| Octal | 314 | 231 | 67 | 0 | 31 | 111 | 24 | 47 | 73 | 63 |
| Binary | 11001100 | 10011001 | 110111 | 0 | 11001 | 1001001 | 10100 | 100111 | 111011 | 110011 |
Color Harmonies of #CC9937
Complementary color
Monochromatic Colors of #CC9937
Black with #CC9937
Text Example
Text Example
White with #CC9937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9937; }
p { color: rgb(204,153,55); }
H1.HeaderClassName
{
color: #CC9937;
}
.AnyTagClassName
{
color: #CC9937;
}
</style>
background-color css
<style>
a { background-color: #CC9937; }
a { background-color: rgb(204,153,55); }
div.DivClassName
{
background-color: #CC9937;
}
.BgClassName
{
background-color: #CC9937;
}
</style>
border-color css
<style>
span { border-color: #CC9937; }
span { border-color: rgb(204,153,55); }
td.TdClassName
{
border-color: #CC9937;
}
.TagClassName
{
border-color: #CC9937;
}
</style>