Shades of Fuel Yellow #C89B33
Tints of Fuel Yellow #C89B33
RGB
CMYK
RGB Variations
Color information
#C89B33 (or 0xC89B33) is known color: Fuel Yellow. HEX triplet: C8, 9B and 33. RGB value is (200,155,51). Sum of RGB (Red+Green+Blue) = 200+155+51=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B33 is #3764CC. Grayscale: #9D9D9D. Windows color (decimal): -3630285 or 3382216. OLE color: 3382216.
HSL color Cylindrical-coordinate representation of color #C89B33: hue angle of 41.88º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C89B33 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 51 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.22 |
| HSL | 41.88º | 0.59% | 0.49% | - |
| HSV(B) | 41.88º | 0.75% | 0.78% | - |
| XYZ | 36.14 | 35.96 | 8.17 | - |
| YUV | 156.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 51 | 0 | 0.22 | 0.74 | 0.22 | 41.88 | 0.59 | 0.49 |
| Hex | C8 | 9B | 33 | 0 | 16 | 4A | 16 | 2A | 3B | 31 |
| Octal | 310 | 233 | 63 | 0 | 26 | 112 | 26 | 52 | 73 | 61 |
| Binary | 11001000 | 10011011 | 110011 | 0 | 10110 | 1001010 | 10110 | 101010 | 111011 | 110001 |
Color Harmonies of #C89B33
Complementary color
Monochromatic Colors of #C89B33
Black with #C89B33
Text Example
Text Example
White with #C89B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B33; }
p { color: rgb(200,155,51); }
H1.HeaderClassName
{
color: #C89B33;
}
.AnyTagClassName
{
color: #C89B33;
}
</style>
background-color css
<style>
a { background-color: #C89B33; }
a { background-color: rgb(200,155,51); }
div.DivClassName
{
background-color: #C89B33;
}
.BgClassName
{
background-color: #C89B33;
}
</style>
border-color css
<style>
span { border-color: #C89B33; }
span { border-color: rgb(200,155,51); }
td.TdClassName
{
border-color: #C89B33;
}
.TagClassName
{
border-color: #C89B33;
}
</style>