Shades of Fuel Yellow #D69039
Tints of Fuel Yellow #D69039
RGB
CMYK
RGB Variations
Color information
#D69039 (or 0xD69039) is known color: Fuel Yellow. HEX triplet: D6, 90 and 39. RGB value is (214,144,57). Sum of RGB (Red+Green+Blue) = 214+144+57=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69039 is #296FC6. Grayscale: #9B9B9B. Windows color (decimal): -2715591 or 3772630. OLE color: 3772630.
HSL color Cylindrical-coordinate representation of color #D69039: hue angle of 33.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D69039 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 57 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.16 |
| HSL | 33.25º | 0.66% | 0.53% | - |
| HSV(B) | 33.25º | 0.73% | 0.84% | - |
| XYZ | 38.44 | 34.54 | 8.51 | - |
| YUV | 155.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 57 | 0 | 0.33 | 0.73 | 0.16 | 33.25 | 0.66 | 0.53 |
| Hex | D6 | 90 | 39 | 0 | 21 | 49 | 10 | 21 | 42 | 35 |
| Octal | 326 | 220 | 71 | 0 | 41 | 111 | 20 | 41 | 102 | 65 |
| Binary | 11010110 | 10010000 | 111001 | 0 | 100001 | 1001001 | 10000 | 100001 | 1000010 | 110101 |
Color Harmonies of #D69039
Complementary color
Monochromatic Colors of #D69039
Black with #D69039
Text Example
Text Example
White with #D69039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69039; }
p { color: rgb(214,144,57); }
H1.HeaderClassName
{
color: #D69039;
}
.AnyTagClassName
{
color: #D69039;
}
</style>
background-color css
<style>
a { background-color: #D69039; }
a { background-color: rgb(214,144,57); }
div.DivClassName
{
background-color: #D69039;
}
.BgClassName
{
background-color: #D69039;
}
</style>
border-color css
<style>
span { border-color: #D69039; }
span { border-color: rgb(214,144,57); }
td.TdClassName
{
border-color: #D69039;
}
.TagClassName
{
border-color: #D69039;
}
</style>