Shades of Fuel Yellow #CE9D2D
Tints of Fuel Yellow #CE9D2D
RGB
CMYK
RGB Variations
Color information
#CE9D2D (or 0xCE9D2D) is known color: Fuel Yellow. HEX triplet: CE, 9D and 2D. RGB value is (206,157,45). Sum of RGB (Red+Green+Blue) = 206+157+45=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D2D is #3162D2. Grayscale: #9F9F9F. Windows color (decimal): -3236563 or 2989518. OLE color: 2989518.
HSL color Cylindrical-coordinate representation of color #CE9D2D: hue angle of 41.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE9D2D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 45 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.19 |
| HSL | 41.74º | 0.64% | 0.49% | - |
| HSV(B) | 41.74º | 0.78% | 0.81% | - |
| XYZ | 37.98 | 37.43 | 7.7 | - |
| YUV | 158.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 45 | 0 | 0.24 | 0.78 | 0.19 | 41.74 | 0.64 | 0.49 |
| Hex | CE | 9D | 2D | 0 | 18 | 4E | 13 | 2A | 40 | 31 |
| Octal | 316 | 235 | 55 | 0 | 30 | 116 | 23 | 52 | 100 | 61 |
| Binary | 11001110 | 10011101 | 101101 | 0 | 11000 | 1001110 | 10011 | 101010 | 1000000 | 110001 |
Color Harmonies of #CE9D2D
Complementary color
Monochromatic Colors of #CE9D2D
Black with #CE9D2D
Text Example
Text Example
White with #CE9D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D2D; }
p { color: rgb(206,157,45); }
H1.HeaderClassName
{
color: #CE9D2D;
}
.AnyTagClassName
{
color: #CE9D2D;
}
</style>
background-color css
<style>
a { background-color: #CE9D2D; }
a { background-color: rgb(206,157,45); }
div.DivClassName
{
background-color: #CE9D2D;
}
.BgClassName
{
background-color: #CE9D2D;
}
</style>
border-color css
<style>
span { border-color: #CE9D2D; }
span { border-color: rgb(206,157,45); }
td.TdClassName
{
border-color: #CE9D2D;
}
.TagClassName
{
border-color: #CE9D2D;
}
</style>