Shades of Fuel Yellow #D2903A
Tints of Fuel Yellow #D2903A
RGB
CMYK
RGB Variations
Color information
#D2903A (or 0xD2903A) is known color: Fuel Yellow. HEX triplet: D2, 90 and 3A. RGB value is (210,144,58). Sum of RGB (Red+Green+Blue) = 210+144+58=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2903A is #2D6FC5. Grayscale: #9A9A9A. Windows color (decimal): -2977734 or 3838162. OLE color: 3838162.
HSL color Cylindrical-coordinate representation of color #D2903A: hue angle of 33.95º 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 #D2903A is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 58 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.18 |
| HSL | 33.95º | 0.63% | 0.53% | - |
| HSV(B) | 33.95º | 0.72% | 0.82% | - |
| XYZ | 37.32 | 33.95 | 8.59 | - |
| YUV | 153.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 58 | 0 | 0.31 | 0.72 | 0.18 | 33.95 | 0.63 | 0.53 |
| Hex | D2 | 90 | 3A | 0 | 1F | 48 | 12 | 22 | 3F | 35 |
| Octal | 322 | 220 | 72 | 0 | 37 | 110 | 22 | 42 | 77 | 65 |
| Binary | 11010010 | 10010000 | 111010 | 0 | 11111 | 1001000 | 10010 | 100010 | 111111 | 110101 |
Color Harmonies of #D2903A
Complementary color
Monochromatic Colors of #D2903A
Black with #D2903A
Text Example
Text Example
White with #D2903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2903A; }
p { color: rgb(210,144,58); }
H1.HeaderClassName
{
color: #D2903A;
}
.AnyTagClassName
{
color: #D2903A;
}
</style>
background-color css
<style>
a { background-color: #D2903A; }
a { background-color: rgb(210,144,58); }
div.DivClassName
{
background-color: #D2903A;
}
.BgClassName
{
background-color: #D2903A;
}
</style>
border-color css
<style>
span { border-color: #D2903A; }
span { border-color: rgb(210,144,58); }
td.TdClassName
{
border-color: #D2903A;
}
.TagClassName
{
border-color: #D2903A;
}
</style>