Shades of Fuel Yellow #CD9E32
Tints of Fuel Yellow #CD9E32
RGB
CMYK
RGB Variations
Color information
#CD9E32 (or 0xCD9E32) is known color: Fuel Yellow. HEX triplet: CD, 9E and 32. RGB value is (205,158,50). Sum of RGB (Red+Green+Blue) = 205+158+50=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E32 is #3261CD. Grayscale: #A0A0A0. Windows color (decimal): -3301838 or 3317453. OLE color: 3317453.
HSL color Cylindrical-coordinate representation of color #CD9E32: hue angle of 41.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD9E32 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 50 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.20 |
| HSL | 41.81º | 0.61% | 0.5% | - |
| HSV(B) | 41.81º | 0.76% | 0.8% | - |
| XYZ | 37.98 | 37.66 | 8.29 | - |
| YUV | 159.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 50 | 0 | 0.23 | 0.76 | 0.20 | 41.81 | 0.61 | 0.5 |
| Hex | CD | 9E | 32 | 0 | 17 | 4C | 14 | 2A | 3D | 32 |
| Octal | 315 | 236 | 62 | 0 | 27 | 114 | 24 | 52 | 75 | 62 |
| Binary | 11001101 | 10011110 | 110010 | 0 | 10111 | 1001100 | 10100 | 101010 | 111101 | 110010 |
Color Harmonies of #CD9E32
Complementary color
Monochromatic Colors of #CD9E32
Black with #CD9E32
Text Example
Text Example
White with #CD9E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E32; }
p { color: rgb(205,158,50); }
H1.HeaderClassName
{
color: #CD9E32;
}
.AnyTagClassName
{
color: #CD9E32;
}
</style>
background-color css
<style>
a { background-color: #CD9E32; }
a { background-color: rgb(205,158,50); }
div.DivClassName
{
background-color: #CD9E32;
}
.BgClassName
{
background-color: #CD9E32;
}
</style>
border-color css
<style>
span { border-color: #CD9E32; }
span { border-color: rgb(205,158,50); }
td.TdClassName
{
border-color: #CD9E32;
}
.TagClassName
{
border-color: #CD9E32;
}
</style>