Shades of Fuel Yellow #D29233
Tints of Fuel Yellow #D29233
RGB
CMYK
RGB Variations
Color information
#D29233 (or 0xD29233) is known color: Fuel Yellow. HEX triplet: D2, 92 and 33. RGB value is (210,146,51). Sum of RGB (Red+Green+Blue) = 210+146+51=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D29233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29233 is #2D6DCC. Grayscale: #9A9A9A. Windows color (decimal): -2977229 or 3379922. OLE color: 3379922.
HSL color Cylindrical-coordinate representation of color #D29233: hue angle of 35.85º 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 #D29233 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 51 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.18 |
| HSL | 35.85º | 0.64% | 0.51% | - |
| HSV(B) | 35.85º | 0.76% | 0.82% | - |
| XYZ | 37.45 | 34.5 | 7.82 | - |
| YUV | 154.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 51 | 0 | 0.30 | 0.76 | 0.18 | 35.85 | 0.64 | 0.51 |
| Hex | D2 | 92 | 33 | 0 | 1E | 4C | 12 | 24 | 40 | 33 |
| Octal | 322 | 222 | 63 | 0 | 36 | 114 | 22 | 44 | 100 | 63 |
| Binary | 11010010 | 10010010 | 110011 | 0 | 11110 | 1001100 | 10010 | 100100 | 1000000 | 110011 |
Color Harmonies of #D29233
Complementary color
Monochromatic Colors of #D29233
Black with #D29233
Text Example
Text Example
White with #D29233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29233; }
p { color: rgb(210,146,51); }
H1.HeaderClassName
{
color: #D29233;
}
.AnyTagClassName
{
color: #D29233;
}
</style>
background-color css
<style>
a { background-color: #D29233; }
a { background-color: rgb(210,146,51); }
div.DivClassName
{
background-color: #D29233;
}
.BgClassName
{
background-color: #D29233;
}
</style>
border-color css
<style>
span { border-color: #D29233; }
span { border-color: rgb(210,146,51); }
td.TdClassName
{
border-color: #D29233;
}
.TagClassName
{
border-color: #D29233;
}
</style>