Shades of Fuel Yellow #CC9B2B
Tints of Fuel Yellow #CC9B2B
RGB
CMYK
RGB Variations
Color information
#CC9B2B (or 0xCC9B2B) is known color: Fuel Yellow. HEX triplet: CC, 9B and 2B. RGB value is (204,155,43). Sum of RGB (Red+Green+Blue) = 204+155+43=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B2B is #3364D4. Grayscale: #9D9D9D. Windows color (decimal): -3368149 or 2857932. OLE color: 2857932.
HSL color Cylindrical-coordinate representation of color #CC9B2B: hue angle of 41.74º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC9B2B is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 43 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.2 |
| HSL | 41.74º | 0.65% | 0.48% | - |
| HSV(B) | 41.74º | 0.79% | 0.8% | - |
| XYZ | 37.06 | 36.45 | 7.37 | - |
| YUV | 156.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 43 | 0 | 0.24 | 0.79 | 0.2 | 41.74 | 0.65 | 0.48 |
| Hex | CC | 9B | 2B | 0 | 18 | 4F | 14 | 2A | 41 | 30 |
| Octal | 314 | 233 | 53 | 0 | 30 | 117 | 24 | 52 | 101 | 60 |
| Binary | 11001100 | 10011011 | 101011 | 0 | 11000 | 1001111 | 10100 | 101010 | 1000001 | 110000 |
Color Harmonies of #CC9B2B
Complementary color
Monochromatic Colors of #CC9B2B
Black with #CC9B2B
Text Example
Text Example
White with #CC9B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9B2B; }
p { color: rgb(204,155,43); }
H1.HeaderClassName
{
color: #CC9B2B;
}
.AnyTagClassName
{
color: #CC9B2B;
}
</style>
background-color css
<style>
a { background-color: #CC9B2B; }
a { background-color: rgb(204,155,43); }
div.DivClassName
{
background-color: #CC9B2B;
}
.BgClassName
{
background-color: #CC9B2B;
}
</style>
border-color css
<style>
span { border-color: #CC9B2B; }
span { border-color: rgb(204,155,43); }
td.TdClassName
{
border-color: #CC9B2B;
}
.TagClassName
{
border-color: #CC9B2B;
}
</style>