Shades of Fuel Yellow #D2953F
Tints of Fuel Yellow #D2953F
RGB
CMYK
RGB Variations
Color information
#D2953F (or 0xD2953F) is known color: Fuel Yellow. HEX triplet: D2, 95 and 3F. RGB value is (210,149,63). Sum of RGB (Red+Green+Blue) = 210+149+63=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2953F is #2D6AC0. Grayscale: #9D9D9D. Windows color (decimal): -2976449 or 4167122. OLE color: 4167122.
HSL color Cylindrical-coordinate representation of color #D2953F: hue angle of 35.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2953F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 63 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.18 |
| HSL | 35.1º | 0.62% | 0.54% | - |
| HSV(B) | 35.1º | 0.7% | 0.82% | - |
| XYZ | 38.22 | 35.56 | 9.55 | - |
| YUV | 157.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 63 | 0 | 0.29 | 0.70 | 0.18 | 35.1 | 0.62 | 0.54 |
| Hex | D2 | 95 | 3F | 0 | 1D | 46 | 12 | 23 | 3E | 36 |
| Octal | 322 | 225 | 77 | 0 | 35 | 106 | 22 | 43 | 76 | 66 |
| Binary | 11010010 | 10010101 | 111111 | 0 | 11101 | 1000110 | 10010 | 100011 | 111110 | 110110 |
Color Harmonies of #D2953F
Complementary color
Monochromatic Colors of #D2953F
Black with #D2953F
Text Example
Text Example
White with #D2953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2953F; }
p { color: rgb(210,149,63); }
H1.HeaderClassName
{
color: #D2953F;
}
.AnyTagClassName
{
color: #D2953F;
}
</style>
background-color css
<style>
a { background-color: #D2953F; }
a { background-color: rgb(210,149,63); }
div.DivClassName
{
background-color: #D2953F;
}
.BgClassName
{
background-color: #D2953F;
}
</style>
border-color css
<style>
span { border-color: #D2953F; }
span { border-color: rgb(210,149,63); }
td.TdClassName
{
border-color: #D2953F;
}
.TagClassName
{
border-color: #D2953F;
}
</style>