Shades of Fuel Yellow #D19D3A
Tints of Fuel Yellow #D19D3A
RGB
CMYK
RGB Variations
Color information
#D19D3A (or 0xD19D3A) is known color: Fuel Yellow. HEX triplet: D1, 9D and 3A. RGB value is (209,157,58). Sum of RGB (Red+Green+Blue) = 209+157+58=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D3A is #2E62C5. Grayscale: #A1A1A1. Windows color (decimal): -3039942 or 3841489. OLE color: 3841489.
HSL color Cylindrical-coordinate representation of color #D19D3A: hue angle of 39.34º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D19D3A is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 58 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.18 |
| HSL | 39.34º | 0.62% | 0.52% | - |
| HSV(B) | 39.34º | 0.72% | 0.82% | - |
| XYZ | 39.12 | 37.97 | 9.27 | - |
| YUV | 161.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 58 | 0 | 0.25 | 0.72 | 0.18 | 39.34 | 0.62 | 0.52 |
| Hex | D1 | 9D | 3A | 0 | 19 | 48 | 12 | 27 | 3E | 34 |
| Octal | 321 | 235 | 72 | 0 | 31 | 110 | 22 | 47 | 76 | 64 |
| Binary | 11010001 | 10011101 | 111010 | 0 | 11001 | 1001000 | 10010 | 100111 | 111110 | 110100 |
Color Harmonies of #D19D3A
Complementary color
Monochromatic Colors of #D19D3A
Black with #D19D3A
Text Example
Text Example
White with #D19D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D3A; }
p { color: rgb(209,157,58); }
H1.HeaderClassName
{
color: #D19D3A;
}
.AnyTagClassName
{
color: #D19D3A;
}
</style>
background-color css
<style>
a { background-color: #D19D3A; }
a { background-color: rgb(209,157,58); }
div.DivClassName
{
background-color: #D19D3A;
}
.BgClassName
{
background-color: #D19D3A;
}
</style>
border-color css
<style>
span { border-color: #D19D3A; }
span { border-color: rgb(209,157,58); }
td.TdClassName
{
border-color: #D19D3A;
}
.TagClassName
{
border-color: #D19D3A;
}
</style>