Shades of Fuel Yellow #D4973C
Tints of Fuel Yellow #D4973C
RGB
CMYK
RGB Variations
Color information
#D4973C (or 0xD4973C) is known color: Fuel Yellow. HEX triplet: D4, 97 and 3C. RGB value is (212,151,60). Sum of RGB (Red+Green+Blue) = 212+151+60=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4973C is #2B68C3. Grayscale: #9F9F9F. Windows color (decimal): -2844868 or 3971028. OLE color: 3971028.
HSL color Cylindrical-coordinate representation of color #D4973C: hue angle of 35.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4973C is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 60 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.17 |
| HSL | 35.92º | 0.64% | 0.53% | - |
| HSV(B) | 35.92º | 0.72% | 0.83% | - |
| XYZ | 39.03 | 36.46 | 9.25 | - |
| YUV | 158.87 | 72.21 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 60 | 0 | 0.29 | 0.72 | 0.17 | 35.92 | 0.64 | 0.53 |
| Hex | D4 | 97 | 3C | 0 | 1D | 48 | 11 | 24 | 40 | 35 |
| Octal | 324 | 227 | 74 | 0 | 35 | 110 | 21 | 44 | 100 | 65 |
| Binary | 11010100 | 10010111 | 111100 | 0 | 11101 | 1001000 | 10001 | 100100 | 1000000 | 110101 |
Color Harmonies of #D4973C
Complementary color
Monochromatic Colors of #D4973C
Black with #D4973C
Text Example
Text Example
White with #D4973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4973C; }
p { color: rgb(212,151,60); }
H1.HeaderClassName
{
color: #D4973C;
}
.AnyTagClassName
{
color: #D4973C;
}
</style>
background-color css
<style>
a { background-color: #D4973C; }
a { background-color: rgb(212,151,60); }
div.DivClassName
{
background-color: #D4973C;
}
.BgClassName
{
background-color: #D4973C;
}
</style>
border-color css
<style>
span { border-color: #D4973C; }
span { border-color: rgb(212,151,60); }
td.TdClassName
{
border-color: #D4973C;
}
.TagClassName
{
border-color: #D4973C;
}
</style>