Shades of Fuel Yellow #D29B3A
Tints of Fuel Yellow #D29B3A
RGB
CMYK
RGB Variations
Color information
#D29B3A (or 0xD29B3A) is known color: Fuel Yellow. HEX triplet: D2, 9B and 3A. RGB value is (210,155,58). Sum of RGB (Red+Green+Blue) = 210+155+58=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29B3A is #2D64C5. Grayscale: #A0A0A0. Windows color (decimal): -2974918 or 3840978. OLE color: 3840978.
HSL color Cylindrical-coordinate representation of color #D29B3A: hue angle of 38.29º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D29B3A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 58 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.18 |
| HSL | 38.29º | 0.63% | 0.53% | - |
| HSV(B) | 38.29º | 0.72% | 0.82% | - |
| XYZ | 39.06 | 37.45 | 9.17 | - |
| YUV | 160.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 58 | 0 | 0.26 | 0.72 | 0.18 | 38.29 | 0.63 | 0.53 |
| Hex | D2 | 9B | 3A | 0 | 1A | 48 | 12 | 26 | 3F | 35 |
| Octal | 322 | 233 | 72 | 0 | 32 | 110 | 22 | 46 | 77 | 65 |
| Binary | 11010010 | 10011011 | 111010 | 0 | 11010 | 1001000 | 10010 | 100110 | 111111 | 110101 |
Color Harmonies of #D29B3A
Complementary color
Monochromatic Colors of #D29B3A
Black with #D29B3A
Text Example
Text Example
White with #D29B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B3A; }
p { color: rgb(210,155,58); }
H1.HeaderClassName
{
color: #D29B3A;
}
.AnyTagClassName
{
color: #D29B3A;
}
</style>
background-color css
<style>
a { background-color: #D29B3A; }
a { background-color: rgb(210,155,58); }
div.DivClassName
{
background-color: #D29B3A;
}
.BgClassName
{
background-color: #D29B3A;
}
</style>
border-color css
<style>
span { border-color: #D29B3A; }
span { border-color: rgb(210,155,58); }
td.TdClassName
{
border-color: #D29B3A;
}
.TagClassName
{
border-color: #D29B3A;
}
</style>