Shades of Fuel Yellow #D29835
Tints of Fuel Yellow #D29835
RGB
CMYK
RGB Variations
Color information
#D29835 (or 0xD29835) is known color: Fuel Yellow. HEX triplet: D2, 98 and 35. RGB value is (210,152,53). Sum of RGB (Red+Green+Blue) = 210+152+53=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D29835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29835 is #2D67CA. Grayscale: #9E9E9E. Windows color (decimal): -2975691 or 3512530. OLE color: 3512530.
HSL color Cylindrical-coordinate representation of color #D29835: hue angle of 37.83º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D29835 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 53 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.18 |
| HSL | 37.83º | 0.64% | 0.52% | - |
| HSV(B) | 37.83º | 0.75% | 0.82% | - |
| XYZ | 38.45 | 36.42 | 8.37 | - |
| YUV | 158.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 53 | 0 | 0.28 | 0.75 | 0.18 | 37.83 | 0.64 | 0.52 |
| Hex | D2 | 98 | 35 | 0 | 1C | 4B | 12 | 26 | 40 | 34 |
| Octal | 322 | 230 | 65 | 0 | 34 | 113 | 22 | 46 | 100 | 64 |
| Binary | 11010010 | 10011000 | 110101 | 0 | 11100 | 1001011 | 10010 | 100110 | 1000000 | 110100 |
Color Harmonies of #D29835
Complementary color
Monochromatic Colors of #D29835
Black with #D29835
Text Example
Text Example
White with #D29835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29835; }
p { color: rgb(210,152,53); }
H1.HeaderClassName
{
color: #D29835;
}
.AnyTagClassName
{
color: #D29835;
}
</style>
background-color css
<style>
a { background-color: #D29835; }
a { background-color: rgb(210,152,53); }
div.DivClassName
{
background-color: #D29835;
}
.BgClassName
{
background-color: #D29835;
}
</style>
border-color css
<style>
span { border-color: #D29835; }
span { border-color: rgb(210,152,53); }
td.TdClassName
{
border-color: #D29835;
}
.TagClassName
{
border-color: #D29835;
}
</style>