Shades of Fuel Yellow #D28A32
Tints of Fuel Yellow #D28A32
RGB
CMYK
RGB Variations
Color information
#D28A32 (or 0xD28A32) is known color: Fuel Yellow. HEX triplet: D2, 8A and 32. RGB value is (210,138,50). Sum of RGB (Red+Green+Blue) = 210+138+50=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A32 is #2D75CD. Grayscale: #959595. Windows color (decimal): -2979278 or 3312338. OLE color: 3312338.
HSL color Cylindrical-coordinate representation of color #D28A32: hue angle of 33º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D28A32 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 50 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.18 |
| HSL | 33º | 0.64% | 0.51% | - |
| HSV(B) | 33º | 0.76% | 0.82% | - |
| XYZ | 36.24 | 32.11 | 7.31 | - |
| YUV | 149.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 50 | 0 | 0.34 | 0.76 | 0.18 | 33 | 0.64 | 0.51 |
| Hex | D2 | 8A | 32 | 0 | 22 | 4C | 12 | 21 | 40 | 33 |
| Octal | 322 | 212 | 62 | 0 | 42 | 114 | 22 | 41 | 100 | 63 |
| Binary | 11010010 | 10001010 | 110010 | 0 | 100010 | 1001100 | 10010 | 100001 | 1000000 | 110011 |
Color Harmonies of #D28A32
Complementary color
Monochromatic Colors of #D28A32
Black with #D28A32
Text Example
Text Example
White with #D28A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A32; }
p { color: rgb(210,138,50); }
H1.HeaderClassName
{
color: #D28A32;
}
.AnyTagClassName
{
color: #D28A32;
}
</style>
background-color css
<style>
a { background-color: #D28A32; }
a { background-color: rgb(210,138,50); }
div.DivClassName
{
background-color: #D28A32;
}
.BgClassName
{
background-color: #D28A32;
}
</style>
border-color css
<style>
span { border-color: #D28A32; }
span { border-color: rgb(210,138,50); }
td.TdClassName
{
border-color: #D28A32;
}
.TagClassName
{
border-color: #D28A32;
}
</style>