Shades of Fuel Yellow #D28C34
Tints of Fuel Yellow #D28C34
RGB
CMYK
RGB Variations
Color information
#D28C34 (or 0xD28C34) is known color: Fuel Yellow. HEX triplet: D2, 8C and 34. RGB value is (210,140,52). Sum of RGB (Red+Green+Blue) = 210+140+52=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C34 is #2D73CB. Grayscale: #979797. Windows color (decimal): -2978764 or 3443922. OLE color: 3443922.
HSL color Cylindrical-coordinate representation of color #D28C34: hue angle of 33.42º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28C34 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 52 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.18 |
| HSL | 33.42º | 0.64% | 0.51% | - |
| HSV(B) | 33.42º | 0.75% | 0.82% | - |
| XYZ | 36.58 | 32.71 | 7.63 | - |
| YUV | 150.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 52 | 0 | 0.33 | 0.75 | 0.18 | 33.42 | 0.64 | 0.51 |
| Hex | D2 | 8C | 34 | 0 | 21 | 4B | 12 | 21 | 40 | 33 |
| Octal | 322 | 214 | 64 | 0 | 41 | 113 | 22 | 41 | 100 | 63 |
| Binary | 11010010 | 10001100 | 110100 | 0 | 100001 | 1001011 | 10010 | 100001 | 1000000 | 110011 |
Color Harmonies of #D28C34
Complementary color
Monochromatic Colors of #D28C34
Black with #D28C34
Text Example
Text Example
White with #D28C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C34; }
p { color: rgb(210,140,52); }
H1.HeaderClassName
{
color: #D28C34;
}
.AnyTagClassName
{
color: #D28C34;
}
</style>
background-color css
<style>
a { background-color: #D28C34; }
a { background-color: rgb(210,140,52); }
div.DivClassName
{
background-color: #D28C34;
}
.BgClassName
{
background-color: #D28C34;
}
</style>
border-color css
<style>
span { border-color: #D28C34; }
span { border-color: rgb(210,140,52); }
td.TdClassName
{
border-color: #D28C34;
}
.TagClassName
{
border-color: #D28C34;
}
</style>