Shades of Fuel Yellow #D2952F
Tints of Fuel Yellow #D2952F
RGB
CMYK
RGB Variations
Color information
#D2952F (or 0xD2952F) is known color: Fuel Yellow. HEX triplet: D2, 95 and 2F. RGB value is (210,149,47). Sum of RGB (Red+Green+Blue) = 210+149+47=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2952F is #2D6AD0. Grayscale: #9C9C9C. Windows color (decimal): -2976465 or 3118546. OLE color: 3118546.
HSL color Cylindrical-coordinate representation of color #D2952F: hue angle of 37.55º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2952F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 47 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.18 |
| HSL | 37.55º | 0.64% | 0.5% | - |
| HSV(B) | 37.55º | 0.78% | 0.82% | - |
| XYZ | 37.84 | 35.4 | 7.53 | - |
| YUV | 155.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 47 | 0 | 0.29 | 0.78 | 0.18 | 37.55 | 0.64 | 0.5 |
| Hex | D2 | 95 | 2F | 0 | 1D | 4E | 12 | 26 | 40 | 32 |
| Octal | 322 | 225 | 57 | 0 | 35 | 116 | 22 | 46 | 100 | 62 |
| Binary | 11010010 | 10010101 | 101111 | 0 | 11101 | 1001110 | 10010 | 100110 | 1000000 | 110010 |
Color Harmonies of #D2952F
Complementary color
Monochromatic Colors of #D2952F
Black with #D2952F
Text Example
Text Example
White with #D2952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2952F; }
p { color: rgb(210,149,47); }
H1.HeaderClassName
{
color: #D2952F;
}
.AnyTagClassName
{
color: #D2952F;
}
</style>
background-color css
<style>
a { background-color: #D2952F; }
a { background-color: rgb(210,149,47); }
div.DivClassName
{
background-color: #D2952F;
}
.BgClassName
{
background-color: #D2952F;
}
</style>
border-color css
<style>
span { border-color: #D2952F; }
span { border-color: rgb(210,149,47); }
td.TdClassName
{
border-color: #D2952F;
}
.TagClassName
{
border-color: #D2952F;
}
</style>