Shades of Fuel Yellow #CD9130
Tints of Fuel Yellow #CD9130
RGB
CMYK
RGB Variations
Color information
#CD9130 (or 0xCD9130) is known color: Fuel Yellow. HEX triplet: CD, 91 and 30. RGB value is (205,145,48). Sum of RGB (Red+Green+Blue) = 205+145+48=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9130 is #326ECF. Grayscale: #989898. Windows color (decimal): -3305168 or 3183053. OLE color: 3183053.
HSL color Cylindrical-coordinate representation of color #CD9130: hue angle of 37.07º 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 #CD9130 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 48 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.20 |
| HSL | 37.07º | 0.62% | 0.5% | - |
| HSV(B) | 37.07º | 0.77% | 0.8% | - |
| XYZ | 35.84 | 33.44 | 7.36 | - |
| YUV | 151.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 48 | 0 | 0.29 | 0.77 | 0.20 | 37.07 | 0.62 | 0.5 |
| Hex | CD | 91 | 30 | 0 | 1D | 4D | 14 | 25 | 3E | 32 |
| Octal | 315 | 221 | 60 | 0 | 35 | 115 | 24 | 45 | 76 | 62 |
| Binary | 11001101 | 10010001 | 110000 | 0 | 11101 | 1001101 | 10100 | 100101 | 111110 | 110010 |
Color Harmonies of #CD9130
Complementary color
Monochromatic Colors of #CD9130
Black with #CD9130
Text Example
Text Example
White with #CD9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9130; }
p { color: rgb(205,145,48); }
H1.HeaderClassName
{
color: #CD9130;
}
.AnyTagClassName
{
color: #CD9130;
}
</style>
background-color css
<style>
a { background-color: #CD9130; }
a { background-color: rgb(205,145,48); }
div.DivClassName
{
background-color: #CD9130;
}
.BgClassName
{
background-color: #CD9130;
}
</style>
border-color css
<style>
span { border-color: #CD9130; }
span { border-color: rgb(205,145,48); }
td.TdClassName
{
border-color: #CD9130;
}
.TagClassName
{
border-color: #CD9130;
}
</style>