Shades of Fuel Yellow #DA8B3A
Tints of Fuel Yellow #DA8B3A
RGB
CMYK
RGB Variations
Color information
#DA8B3A (or 0xDA8B3A) is known color: Fuel Yellow. HEX triplet: DA, 8B and 3A. RGB value is (218,139,58). Sum of RGB (Red+Green+Blue) = 218+139+58=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B3A is #2574C5. Grayscale: #999999. Windows color (decimal): -2454726 or 3836890. OLE color: 3836890.
HSL color Cylindrical-coordinate representation of color #DA8B3A: hue angle of 30.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA8B3A is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 58 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.15 |
| HSL | 30.38º | 0.68% | 0.54% | - |
| HSV(B) | 30.38º | 0.73% | 0.85% | - |
| XYZ | 38.91 | 33.68 | 8.45 | - |
| YUV | 153.39 | 74.17 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 58 | 0 | 0.36 | 0.73 | 0.15 | 30.38 | 0.68 | 0.54 |
| Hex | DA | 8B | 3A | 0 | 24 | 49 | F | 1E | 44 | 36 |
| Octal | 332 | 213 | 72 | 0 | 44 | 111 | 17 | 36 | 104 | 66 |
| Binary | 11011010 | 10001011 | 111010 | 0 | 100100 | 1001001 | 1111 | 11110 | 1000100 | 110110 |
Color Harmonies of #DA8B3A
Complementary color
Monochromatic Colors of #DA8B3A
Black with #DA8B3A
Text Example
Text Example
White with #DA8B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8B3A; }
p { color: rgb(218,139,58); }
H1.HeaderClassName
{
color: #DA8B3A;
}
.AnyTagClassName
{
color: #DA8B3A;
}
</style>
background-color css
<style>
a { background-color: #DA8B3A; }
a { background-color: rgb(218,139,58); }
div.DivClassName
{
background-color: #DA8B3A;
}
.BgClassName
{
background-color: #DA8B3A;
}
</style>
border-color css
<style>
span { border-color: #DA8B3A; }
span { border-color: rgb(218,139,58); }
td.TdClassName
{
border-color: #DA8B3A;
}
.TagClassName
{
border-color: #DA8B3A;
}
</style>