Shades of Fuel Yellow #CD9A32
Tints of Fuel Yellow #CD9A32
RGB
CMYK
RGB Variations
Color information
#CD9A32 (or 0xCD9A32) is known color: Fuel Yellow. HEX triplet: CD, 9A and 32. RGB value is (205,154,50). Sum of RGB (Red+Green+Blue) = 205+154+50=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A32 is #3265CD. Grayscale: #9D9D9D. Windows color (decimal): -3302862 or 3316429. OLE color: 3316429.
HSL color Cylindrical-coordinate representation of color #CD9A32: hue angle of 40.26º 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 #CD9A32 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 50 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.20 |
| HSL | 40.26º | 0.61% | 0.5% | - |
| HSV(B) | 40.26º | 0.76% | 0.8% | - |
| XYZ | 37.31 | 36.32 | 8.06 | - |
| YUV | 157.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 50 | 0 | 0.25 | 0.76 | 0.20 | 40.26 | 0.61 | 0.5 |
| Hex | CD | 9A | 32 | 0 | 19 | 4C | 14 | 28 | 3D | 32 |
| Octal | 315 | 232 | 62 | 0 | 31 | 114 | 24 | 50 | 75 | 62 |
| Binary | 11001101 | 10011010 | 110010 | 0 | 11001 | 1001100 | 10100 | 101000 | 111101 | 110010 |
Color Harmonies of #CD9A32
Complementary color
Monochromatic Colors of #CD9A32
Black with #CD9A32
Text Example
Text Example
White with #CD9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A32; }
p { color: rgb(205,154,50); }
H1.HeaderClassName
{
color: #CD9A32;
}
.AnyTagClassName
{
color: #CD9A32;
}
</style>
background-color css
<style>
a { background-color: #CD9A32; }
a { background-color: rgb(205,154,50); }
div.DivClassName
{
background-color: #CD9A32;
}
.BgClassName
{
background-color: #CD9A32;
}
</style>
border-color css
<style>
span { border-color: #CD9A32; }
span { border-color: rgb(205,154,50); }
td.TdClassName
{
border-color: #CD9A32;
}
.TagClassName
{
border-color: #CD9A32;
}
</style>