Shades of Fuel Yellow #D69A34
Tints of Fuel Yellow #D69A34
RGB
CMYK
RGB Variations
Color information
#D69A34 (or 0xD69A34) is known color: Fuel Yellow. HEX triplet: D6, 9A and 34. RGB value is (214,154,52). Sum of RGB (Red+Green+Blue) = 214+154+52=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A34 is #2965CB. Grayscale: #A0A0A0. Windows color (decimal): -2713036 or 3447510. OLE color: 3447510.
HSL color Cylindrical-coordinate representation of color #D69A34: hue angle of 37.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D69A34 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 52 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.16 |
| HSL | 37.78º | 0.66% | 0.52% | - |
| HSV(B) | 37.78º | 0.76% | 0.84% | - |
| XYZ | 39.91 | 37.66 | 8.41 | - |
| YUV | 160.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 52 | 0 | 0.28 | 0.76 | 0.16 | 37.78 | 0.66 | 0.52 |
| Hex | D6 | 9A | 34 | 0 | 1C | 4C | 10 | 26 | 42 | 34 |
| Octal | 326 | 232 | 64 | 0 | 34 | 114 | 20 | 46 | 102 | 64 |
| Binary | 11010110 | 10011010 | 110100 | 0 | 11100 | 1001100 | 10000 | 100110 | 1000010 | 110100 |
Color Harmonies of #D69A34
Complementary color
Monochromatic Colors of #D69A34
Black with #D69A34
Text Example
Text Example
White with #D69A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A34; }
p { color: rgb(214,154,52); }
H1.HeaderClassName
{
color: #D69A34;
}
.AnyTagClassName
{
color: #D69A34;
}
</style>
background-color css
<style>
a { background-color: #D69A34; }
a { background-color: rgb(214,154,52); }
div.DivClassName
{
background-color: #D69A34;
}
.BgClassName
{
background-color: #D69A34;
}
</style>
border-color css
<style>
span { border-color: #D69A34; }
span { border-color: rgb(214,154,52); }
td.TdClassName
{
border-color: #D69A34;
}
.TagClassName
{
border-color: #D69A34;
}
</style>