Shades of Fuel Yellow #D19D33
Tints of Fuel Yellow #D19D33
RGB
CMYK
RGB Variations
Color information
#D19D33 (or 0xD19D33) is known color: Fuel Yellow. HEX triplet: D1, 9D and 33. RGB value is (209,157,51). Sum of RGB (Red+Green+Blue) = 209+157+51=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D33 is #2E62CC. Grayscale: #A0A0A0. Windows color (decimal): -3039949 or 3382737. OLE color: 3382737.
HSL color Cylindrical-coordinate representation of color #D19D33: hue angle of 40.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D19D33 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 51 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.18 |
| HSL | 40.25º | 0.63% | 0.51% | - |
| HSV(B) | 40.25º | 0.76% | 0.82% | - |
| XYZ | 38.95 | 37.91 | 8.4 | - |
| YUV | 160.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 51 | 0 | 0.25 | 0.76 | 0.18 | 40.25 | 0.63 | 0.51 |
| Hex | D1 | 9D | 33 | 0 | 19 | 4C | 12 | 28 | 3F | 33 |
| Octal | 321 | 235 | 63 | 0 | 31 | 114 | 22 | 50 | 77 | 63 |
| Binary | 11010001 | 10011101 | 110011 | 0 | 11001 | 1001100 | 10010 | 101000 | 111111 | 110011 |
Color Harmonies of #D19D33
Complementary color
Monochromatic Colors of #D19D33
Black with #D19D33
Text Example
Text Example
White with #D19D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D33; }
p { color: rgb(209,157,51); }
H1.HeaderClassName
{
color: #D19D33;
}
.AnyTagClassName
{
color: #D19D33;
}
</style>
background-color css
<style>
a { background-color: #D19D33; }
a { background-color: rgb(209,157,51); }
div.DivClassName
{
background-color: #D19D33;
}
.BgClassName
{
background-color: #D19D33;
}
</style>
border-color css
<style>
span { border-color: #D19D33; }
span { border-color: rgb(209,157,51); }
td.TdClassName
{
border-color: #D19D33;
}
.TagClassName
{
border-color: #D19D33;
}
</style>