Shades of Fuel Yellow #D2943B
Tints of Fuel Yellow #D2943B
RGB
CMYK
RGB Variations
Color information
#D2943B (or 0xD2943B) is known color: Fuel Yellow. HEX triplet: D2, 94 and 3B. RGB value is (210,148,59). Sum of RGB (Red+Green+Blue) = 210+148+59=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2943B is #2D6BC4. Grayscale: #9C9C9C. Windows color (decimal): -2976709 or 3904722. OLE color: 3904722.
HSL color Cylindrical-coordinate representation of color #D2943B: hue angle of 35.36º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2943B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.18 |
| HSL | 35.36º | 0.63% | 0.53% | - |
| HSV(B) | 35.36º | 0.72% | 0.82% | - |
| XYZ | 37.96 | 35.2 | 8.93 | - |
| YUV | 156.39 | 73.04 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 59 | 0 | 0.30 | 0.72 | 0.18 | 35.36 | 0.63 | 0.53 |
| Hex | D2 | 94 | 3B | 0 | 1E | 48 | 12 | 23 | 3F | 35 |
| Octal | 322 | 224 | 73 | 0 | 36 | 110 | 22 | 43 | 77 | 65 |
| Binary | 11010010 | 10010100 | 111011 | 0 | 11110 | 1001000 | 10010 | 100011 | 111111 | 110101 |
Color Harmonies of #D2943B
Complementary color
Monochromatic Colors of #D2943B
Black with #D2943B
Text Example
Text Example
White with #D2943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2943B; }
p { color: rgb(210,148,59); }
H1.HeaderClassName
{
color: #D2943B;
}
.AnyTagClassName
{
color: #D2943B;
}
</style>
background-color css
<style>
a { background-color: #D2943B; }
a { background-color: rgb(210,148,59); }
div.DivClassName
{
background-color: #D2943B;
}
.BgClassName
{
background-color: #D2943B;
}
</style>
border-color css
<style>
span { border-color: #D2943B; }
span { border-color: rgb(210,148,59); }
td.TdClassName
{
border-color: #D2943B;
}
.TagClassName
{
border-color: #D2943B;
}
</style>