Shades of Fuel Yellow #D29D32
Tints of Fuel Yellow #D29D32
RGB
CMYK
RGB Variations
Color information
#D29D32 (or 0xD29D32) is known color: Fuel Yellow. HEX triplet: D2, 9D and 32. RGB value is (210,157,50). Sum of RGB (Red+Green+Blue) = 210+157+50=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D32 is #2D62CD. Grayscale: #A1A1A1. Windows color (decimal): -2974414 or 3317202. OLE color: 3317202.
HSL color Cylindrical-coordinate representation of color #D29D32: hue angle of 40.12º 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 #D29D32 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 50 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.18 |
| HSL | 40.13º | 0.64% | 0.51% | - |
| HSV(B) | 40.13º | 0.76% | 0.82% | - |
| XYZ | 39.21 | 38.05 | 8.29 | - |
| YUV | 160.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 50 | 0 | 0.25 | 0.76 | 0.18 | 40.13 | 0.64 | 0.51 |
| Hex | D2 | 9D | 32 | 0 | 19 | 4C | 12 | 28 | 40 | 33 |
| Octal | 322 | 235 | 62 | 0 | 31 | 114 | 22 | 50 | 100 | 63 |
| Binary | 11010010 | 10011101 | 110010 | 0 | 11001 | 1001100 | 10010 | 101000 | 1000000 | 110011 |
Color Harmonies of #D29D32
Complementary color
Monochromatic Colors of #D29D32
Black with #D29D32
Text Example
Text Example
White with #D29D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D32; }
p { color: rgb(210,157,50); }
H1.HeaderClassName
{
color: #D29D32;
}
.AnyTagClassName
{
color: #D29D32;
}
</style>
background-color css
<style>
a { background-color: #D29D32; }
a { background-color: rgb(210,157,50); }
div.DivClassName
{
background-color: #D29D32;
}
.BgClassName
{
background-color: #D29D32;
}
</style>
border-color css
<style>
span { border-color: #D29D32; }
span { border-color: rgb(210,157,50); }
td.TdClassName
{
border-color: #D29D32;
}
.TagClassName
{
border-color: #D29D32;
}
</style>