Shades of Fuel Yellow #D29C36
Tints of Fuel Yellow #D29C36
RGB
CMYK
RGB Variations
Color information
#D29C36 (or 0xD29C36) is known color: Fuel Yellow. HEX triplet: D2, 9C and 36. RGB value is (210,156,54). Sum of RGB (Red+Green+Blue) = 210+156+54=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29C36 is #2D63C9. Grayscale: #A0A0A0. Windows color (decimal): -2974666 or 3579090. OLE color: 3579090.
HSL color Cylindrical-coordinate representation of color #D29C36: hue angle of 39.23º 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 #D29C36 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 54 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.18 |
| HSL | 39.23º | 0.63% | 0.52% | - |
| HSV(B) | 39.23º | 0.74% | 0.82% | - |
| XYZ | 39.13 | 37.74 | 8.71 | - |
| YUV | 160.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 54 | 0 | 0.26 | 0.74 | 0.18 | 39.23 | 0.63 | 0.52 |
| Hex | D2 | 9C | 36 | 0 | 1A | 4A | 12 | 27 | 3F | 34 |
| Octal | 322 | 234 | 66 | 0 | 32 | 112 | 22 | 47 | 77 | 64 |
| Binary | 11010010 | 10011100 | 110110 | 0 | 11010 | 1001010 | 10010 | 100111 | 111111 | 110100 |
Color Harmonies of #D29C36
Complementary color
Monochromatic Colors of #D29C36
Black with #D29C36
Text Example
Text Example
White with #D29C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C36; }
p { color: rgb(210,156,54); }
H1.HeaderClassName
{
color: #D29C36;
}
.AnyTagClassName
{
color: #D29C36;
}
</style>
background-color css
<style>
a { background-color: #D29C36; }
a { background-color: rgb(210,156,54); }
div.DivClassName
{
background-color: #D29C36;
}
.BgClassName
{
background-color: #D29C36;
}
</style>
border-color css
<style>
span { border-color: #D29C36; }
span { border-color: rgb(210,156,54); }
td.TdClassName
{
border-color: #D29C36;
}
.TagClassName
{
border-color: #D29C36;
}
</style>