Shades of Fuel Yellow #D2902C
Tints of Fuel Yellow #D2902C
RGB
CMYK
RGB Variations
Color information
#D2902C (or 0xD2902C) is known color: Fuel Yellow. HEX triplet: D2, 90 and 2C. RGB value is (210,144,44). Sum of RGB (Red+Green+Blue) = 210+144+44=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2902C is #2D6FD3. Grayscale: #989898. Windows color (decimal): -2977748 or 2920658. OLE color: 2920658.
HSL color Cylindrical-coordinate representation of color #D2902C: hue angle of 36.14º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2902C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 44 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.18 |
| HSL | 36.14º | 0.65% | 0.5% | - |
| HSV(B) | 36.14º | 0.79% | 0.82% | - |
| XYZ | 37.01 | 33.83 | 6.96 | - |
| YUV | 152.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 44 | 0 | 0.31 | 0.79 | 0.18 | 36.14 | 0.65 | 0.5 |
| Hex | D2 | 90 | 2C | 0 | 1F | 4F | 12 | 24 | 41 | 32 |
| Octal | 322 | 220 | 54 | 0 | 37 | 117 | 22 | 44 | 101 | 62 |
| Binary | 11010010 | 10010000 | 101100 | 0 | 11111 | 1001111 | 10010 | 100100 | 1000001 | 110010 |
Color Harmonies of #D2902C
Complementary color
Monochromatic Colors of #D2902C
Black with #D2902C
Text Example
Text Example
White with #D2902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2902C; }
p { color: rgb(210,144,44); }
H1.HeaderClassName
{
color: #D2902C;
}
.AnyTagClassName
{
color: #D2902C;
}
</style>
background-color css
<style>
a { background-color: #D2902C; }
a { background-color: rgb(210,144,44); }
div.DivClassName
{
background-color: #D2902C;
}
.BgClassName
{
background-color: #D2902C;
}
</style>
border-color css
<style>
span { border-color: #D2902C; }
span { border-color: rgb(210,144,44); }
td.TdClassName
{
border-color: #D2902C;
}
.TagClassName
{
border-color: #D2902C;
}
</style>