Shades of Fuel Yellow #D19C3D
Tints of Fuel Yellow #D19C3D
RGB
CMYK
RGB Variations
Color information
#D19C3D (or 0xD19C3D) is known color: Fuel Yellow. HEX triplet: D1, 9C and 3D. RGB value is (209,156,61). Sum of RGB (Red+Green+Blue) = 209+156+61=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19C3D is #2E63C2. Grayscale: #A1A1A1. Windows color (decimal): -3040195 or 4037841. OLE color: 4037841.
HSL color Cylindrical-coordinate representation of color #D19C3D: hue angle of 38.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D19C3D is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 61 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.18 |
| HSL | 38.51º | 0.62% | 0.53% | - |
| HSV(B) | 38.51º | 0.71% | 0.82% | - |
| XYZ | 39.03 | 37.67 | 9.63 | - |
| YUV | 161.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 61 | 0 | 0.25 | 0.71 | 0.18 | 38.51 | 0.62 | 0.53 |
| Hex | D1 | 9C | 3D | 0 | 19 | 47 | 12 | 27 | 3E | 35 |
| Octal | 321 | 234 | 75 | 0 | 31 | 107 | 22 | 47 | 76 | 65 |
| Binary | 11010001 | 10011100 | 111101 | 0 | 11001 | 1000111 | 10010 | 100111 | 111110 | 110101 |
Color Harmonies of #D19C3D
Complementary color
Monochromatic Colors of #D19C3D
Black with #D19C3D
Text Example
Text Example
White with #D19C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C3D; }
p { color: rgb(209,156,61); }
H1.HeaderClassName
{
color: #D19C3D;
}
.AnyTagClassName
{
color: #D19C3D;
}
</style>
background-color css
<style>
a { background-color: #D19C3D; }
a { background-color: rgb(209,156,61); }
div.DivClassName
{
background-color: #D19C3D;
}
.BgClassName
{
background-color: #D19C3D;
}
</style>
border-color css
<style>
span { border-color: #D19C3D; }
span { border-color: rgb(209,156,61); }
td.TdClassName
{
border-color: #D19C3D;
}
.TagClassName
{
border-color: #D19C3D;
}
</style>