Shades of Fuel Yellow #CD9A30
Tints of Fuel Yellow #CD9A30
RGB
CMYK
RGB Variations
Color information
#CD9A30 (or 0xCD9A30) is known color: Fuel Yellow. HEX triplet: CD, 9A and 30. RGB value is (205,154,48). Sum of RGB (Red+Green+Blue) = 205+154+48=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A30 is #3265CF. Grayscale: #9D9D9D. Windows color (decimal): -3302864 or 3185357. OLE color: 3185357.
HSL color Cylindrical-coordinate representation of color #CD9A30: hue angle of 40.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD9A30 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 48 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.20 |
| HSL | 40.51º | 0.62% | 0.5% | - |
| HSV(B) | 40.51º | 0.77% | 0.8% | - |
| XYZ | 37.27 | 36.3 | 7.84 | - |
| YUV | 157.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 48 | 0 | 0.25 | 0.77 | 0.20 | 40.51 | 0.62 | 0.5 |
| Hex | CD | 9A | 30 | 0 | 19 | 4D | 14 | 29 | 3E | 32 |
| Octal | 315 | 232 | 60 | 0 | 31 | 115 | 24 | 51 | 76 | 62 |
| Binary | 11001101 | 10011010 | 110000 | 0 | 11001 | 1001101 | 10100 | 101001 | 111110 | 110010 |
Color Harmonies of #CD9A30
Complementary color
Monochromatic Colors of #CD9A30
Black with #CD9A30
Text Example
Text Example
White with #CD9A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A30; }
p { color: rgb(205,154,48); }
H1.HeaderClassName
{
color: #CD9A30;
}
.AnyTagClassName
{
color: #CD9A30;
}
</style>
background-color css
<style>
a { background-color: #CD9A30; }
a { background-color: rgb(205,154,48); }
div.DivClassName
{
background-color: #CD9A30;
}
.BgClassName
{
background-color: #CD9A30;
}
</style>
border-color css
<style>
span { border-color: #CD9A30; }
span { border-color: rgb(205,154,48); }
td.TdClassName
{
border-color: #CD9A30;
}
.TagClassName
{
border-color: #CD9A30;
}
</style>