Shades of Fuel Yellow #DA8A38
Tints of Fuel Yellow #DA8A38
RGB
CMYK
RGB Variations
Color information
#DA8A38 (or 0xDA8A38) is known color: Fuel Yellow. HEX triplet: DA, 8A and 38. RGB value is (218,138,56). Sum of RGB (Red+Green+Blue) = 218+138+56=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A38 is #2575C7. Grayscale: #989898. Windows color (decimal): -2454984 or 3705562. OLE color: 3705562.
HSL color Cylindrical-coordinate representation of color #DA8A38: hue angle of 30.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA8A38 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 56 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.15 |
| HSL | 30.37º | 0.69% | 0.54% | - |
| HSV(B) | 30.37º | 0.74% | 0.85% | - |
| XYZ | 38.72 | 33.37 | 8.14 | - |
| YUV | 152.57 | 73.5 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 56 | 0 | 0.37 | 0.74 | 0.15 | 30.37 | 0.69 | 0.54 |
| Hex | DA | 8A | 38 | 0 | 25 | 4A | F | 1E | 45 | 36 |
| Octal | 332 | 212 | 70 | 0 | 45 | 112 | 17 | 36 | 105 | 66 |
| Binary | 11011010 | 10001010 | 111000 | 0 | 100101 | 1001010 | 1111 | 11110 | 1000101 | 110110 |
Color Harmonies of #DA8A38
Complementary color
Monochromatic Colors of #DA8A38
Black with #DA8A38
Text Example
Text Example
White with #DA8A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A38; }
p { color: rgb(218,138,56); }
H1.HeaderClassName
{
color: #DA8A38;
}
.AnyTagClassName
{
color: #DA8A38;
}
</style>
background-color css
<style>
a { background-color: #DA8A38; }
a { background-color: rgb(218,138,56); }
div.DivClassName
{
background-color: #DA8A38;
}
.BgClassName
{
background-color: #DA8A38;
}
</style>
border-color css
<style>
span { border-color: #DA8A38; }
span { border-color: rgb(218,138,56); }
td.TdClassName
{
border-color: #DA8A38;
}
.TagClassName
{
border-color: #DA8A38;
}
</style>