Shades of Fuel Yellow #D29A37
Tints of Fuel Yellow #D29A37
RGB
CMYK
RGB Variations
Color information
#D29A37 (or 0xD29A37) is known color: Fuel Yellow. HEX triplet: D2, 9A and 37. RGB value is (210,154,55). Sum of RGB (Red+Green+Blue) = 210+154+55=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A37 is #2D65C8. Grayscale: #9F9F9F. Windows color (decimal): -2975177 or 3644114. OLE color: 3644114.
HSL color Cylindrical-coordinate representation of color #D29A37: hue angle of 38.32º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D29A37 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 55 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.18 |
| HSL | 38.32º | 0.63% | 0.52% | - |
| HSV(B) | 38.32º | 0.74% | 0.82% | - |
| XYZ | 38.82 | 37.09 | 8.73 | - |
| YUV | 159.46 | 69.05 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 55 | 0 | 0.27 | 0.74 | 0.18 | 38.32 | 0.63 | 0.52 |
| Hex | D2 | 9A | 37 | 0 | 1B | 4A | 12 | 26 | 3F | 34 |
| Octal | 322 | 232 | 67 | 0 | 33 | 112 | 22 | 46 | 77 | 64 |
| Binary | 11010010 | 10011010 | 110111 | 0 | 11011 | 1001010 | 10010 | 100110 | 111111 | 110100 |
Color Harmonies of #D29A37
Complementary color
Monochromatic Colors of #D29A37
Black with #D29A37
Text Example
Text Example
White with #D29A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A37; }
p { color: rgb(210,154,55); }
H1.HeaderClassName
{
color: #D29A37;
}
.AnyTagClassName
{
color: #D29A37;
}
</style>
background-color css
<style>
a { background-color: #D29A37; }
a { background-color: rgb(210,154,55); }
div.DivClassName
{
background-color: #D29A37;
}
.BgClassName
{
background-color: #D29A37;
}
</style>
border-color css
<style>
span { border-color: #D29A37; }
span { border-color: rgb(210,154,55); }
td.TdClassName
{
border-color: #D29A37;
}
.TagClassName
{
border-color: #D29A37;
}
</style>