Shades of Fuel Yellow #D2912B
Tints of Fuel Yellow #D2912B
RGB
CMYK
RGB Variations
Color information
#D2912B (or 0xD2912B) is known color: Fuel Yellow. HEX triplet: D2, 91 and 2B. RGB value is (210,145,43). Sum of RGB (Red+Green+Blue) = 210+145+43=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2912B is #2D6ED4. Grayscale: #999999. Windows color (decimal): -2977493 or 2855378. OLE color: 2855378.
HSL color Cylindrical-coordinate representation of color #D2912B: hue angle of 36.65º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2912B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 43 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.18 |
| HSL | 36.65º | 0.66% | 0.5% | - |
| HSV(B) | 36.65º | 0.8% | 0.82% | - |
| XYZ | 37.14 | 34.13 | 6.92 | - |
| YUV | 152.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 43 | 0 | 0.31 | 0.80 | 0.18 | 36.65 | 0.66 | 0.5 |
| Hex | D2 | 91 | 2B | 0 | 1F | 50 | 12 | 25 | 42 | 32 |
| Octal | 322 | 221 | 53 | 0 | 37 | 120 | 22 | 45 | 102 | 62 |
| Binary | 11010010 | 10010001 | 101011 | 0 | 11111 | 1010000 | 10010 | 100101 | 1000010 | 110010 |
Color Harmonies of #D2912B
Complementary color
Monochromatic Colors of #D2912B
Black with #D2912B
Text Example
Text Example
White with #D2912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2912B; }
p { color: rgb(210,145,43); }
H1.HeaderClassName
{
color: #D2912B;
}
.AnyTagClassName
{
color: #D2912B;
}
</style>
background-color css
<style>
a { background-color: #D2912B; }
a { background-color: rgb(210,145,43); }
div.DivClassName
{
background-color: #D2912B;
}
.BgClassName
{
background-color: #D2912B;
}
</style>
border-color css
<style>
span { border-color: #D2912B; }
span { border-color: rgb(210,145,43); }
td.TdClassName
{
border-color: #D2912B;
}
.TagClassName
{
border-color: #D2912B;
}
</style>