Shades of Fuel Yellow #CC9D36
Tints of Fuel Yellow #CC9D36
RGB
CMYK
RGB Variations
Color information
#CC9D36 (or 0xCC9D36) is known color: Fuel Yellow. HEX triplet: CC, 9D and 36. RGB value is (204,157,54). Sum of RGB (Red+Green+Blue) = 204+157+54=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D36 is #3362C9. Grayscale: #9F9F9F. Windows color (decimal): -3367626 or 3579340. OLE color: 3579340.
HSL color Cylindrical-coordinate representation of color #CC9D36: hue angle of 41.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC9D36 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 54 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.2 |
| HSL | 41.2º | 0.6% | 0.51% | - |
| HSV(B) | 41.2º | 0.74% | 0.8% | - |
| XYZ | 37.62 | 37.22 | 8.69 | - |
| YUV | 159.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 54 | 0 | 0.23 | 0.74 | 0.2 | 41.2 | 0.6 | 0.51 |
| Hex | CC | 9D | 36 | 0 | 17 | 4A | 14 | 29 | 3C | 33 |
| Octal | 314 | 235 | 66 | 0 | 27 | 112 | 24 | 51 | 74 | 63 |
| Binary | 11001100 | 10011101 | 110110 | 0 | 10111 | 1001010 | 10100 | 101001 | 111100 | 110011 |
Color Harmonies of #CC9D36
Complementary color
Monochromatic Colors of #CC9D36
Black with #CC9D36
Text Example
Text Example
White with #CC9D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D36; }
p { color: rgb(204,157,54); }
H1.HeaderClassName
{
color: #CC9D36;
}
.AnyTagClassName
{
color: #CC9D36;
}
</style>
background-color css
<style>
a { background-color: #CC9D36; }
a { background-color: rgb(204,157,54); }
div.DivClassName
{
background-color: #CC9D36;
}
.BgClassName
{
background-color: #CC9D36;
}
</style>
border-color css
<style>
span { border-color: #CC9D36; }
span { border-color: rgb(204,157,54); }
td.TdClassName
{
border-color: #CC9D36;
}
.TagClassName
{
border-color: #CC9D36;
}
</style>