Shades of Fuel Yellow #DA8C36
Tints of Fuel Yellow #DA8C36
RGB
CMYK
RGB Variations
Color information
#DA8C36 (or 0xDA8C36) is known color: Fuel Yellow. HEX triplet: DA, 8C and 36. RGB value is (218,140,54). Sum of RGB (Red+Green+Blue) = 218+140+54=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C36 is #2573C9. Grayscale: #999999. Windows color (decimal): -2454474 or 3575002. OLE color: 3575002.
HSL color Cylindrical-coordinate representation of color #DA8C36: hue angle of 31.46º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA8C36 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 54 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.15 |
| HSL | 31.46º | 0.69% | 0.53% | - |
| HSV(B) | 31.46º | 0.75% | 0.85% | - |
| XYZ | 38.96 | 33.93 | 7.99 | - |
| YUV | 153.52 | 71.84 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 54 | 0 | 0.36 | 0.75 | 0.15 | 31.46 | 0.69 | 0.53 |
| Hex | DA | 8C | 36 | 0 | 24 | 4B | F | 1F | 45 | 35 |
| Octal | 332 | 214 | 66 | 0 | 44 | 113 | 17 | 37 | 105 | 65 |
| Binary | 11011010 | 10001100 | 110110 | 0 | 100100 | 1001011 | 1111 | 11111 | 1000101 | 110101 |
Color Harmonies of #DA8C36
Complementary color
Monochromatic Colors of #DA8C36
Black with #DA8C36
Text Example
Text Example
White with #DA8C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C36; }
p { color: rgb(218,140,54); }
H1.HeaderClassName
{
color: #DA8C36;
}
.AnyTagClassName
{
color: #DA8C36;
}
</style>
background-color css
<style>
a { background-color: #DA8C36; }
a { background-color: rgb(218,140,54); }
div.DivClassName
{
background-color: #DA8C36;
}
.BgClassName
{
background-color: #DA8C36;
}
</style>
border-color css
<style>
span { border-color: #DA8C36; }
span { border-color: rgb(218,140,54); }
td.TdClassName
{
border-color: #DA8C36;
}
.TagClassName
{
border-color: #DA8C36;
}
</style>