Shades of Fuel Yellow #D58A30
Tints of Fuel Yellow #D58A30
RGB
CMYK
RGB Variations
Color information
#D58A30 (or 0xD58A30) is known color: Fuel Yellow. HEX triplet: D5, 8A and 30. RGB value is (213,138,48). Sum of RGB (Red+Green+Blue) = 213+138+48=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A30 is #2A75CF. Grayscale: #969696. Windows color (decimal): -2782672 or 3181269. OLE color: 3181269.
HSL color Cylindrical-coordinate representation of color #D58A30: hue angle of 32.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D58A30 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 48 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.16 |
| HSL | 32.73º | 0.66% | 0.51% | - |
| HSV(B) | 32.73º | 0.77% | 0.84% | - |
| XYZ | 37.06 | 32.54 | 7.12 | - |
| YUV | 150.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 48 | 0 | 0.35 | 0.77 | 0.16 | 32.73 | 0.66 | 0.51 |
| Hex | D5 | 8A | 30 | 0 | 23 | 4D | 10 | 21 | 42 | 33 |
| Octal | 325 | 212 | 60 | 0 | 43 | 115 | 20 | 41 | 102 | 63 |
| Binary | 11010101 | 10001010 | 110000 | 0 | 100011 | 1001101 | 10000 | 100001 | 1000010 | 110011 |
Color Harmonies of #D58A30
Complementary color
Monochromatic Colors of #D58A30
Black with #D58A30
Text Example
Text Example
White with #D58A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A30; }
p { color: rgb(213,138,48); }
H1.HeaderClassName
{
color: #D58A30;
}
.AnyTagClassName
{
color: #D58A30;
}
</style>
background-color css
<style>
a { background-color: #D58A30; }
a { background-color: rgb(213,138,48); }
div.DivClassName
{
background-color: #D58A30;
}
.BgClassName
{
background-color: #D58A30;
}
</style>
border-color css
<style>
span { border-color: #D58A30; }
span { border-color: rgb(213,138,48); }
td.TdClassName
{
border-color: #D58A30;
}
.TagClassName
{
border-color: #D58A30;
}
</style>