#D49F33

Color #D49F33 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #D49F33

Tints of Fuel Yellow #D49F33

Color information

#D49F33 (or 0xD49F33) is unknown color: approx Fuel Yellow. HEX triplet: D4, 9F and 33. RGB value is (212,159,51). Sum of RGB (Red+Green+Blue) = 212+159+51=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F33 is #2B60CC. Grayscale: #A3A3A3. Windows color (decimal): -2842829 or 3383252. OLE color: 3383252.

HSL color Cylindrical-coordinate representation of color #D49F33: hue angle of 40.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D49F33 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB21215951-
CMYK00.250.760.17
HSL40.25º65.18%51.57%-
HSV(B)40.25º75.94%83.14%-
XYZ40.1539.038.55-
YUV162.5465.06163.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 51 (20.31% from 255) = 12.09%
R=50.24%
G=37.68%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121595100.250.760.1740.2565.1851.57
HexD49F330194C11284134
Octal32423763031114215010164
Binary11010100100111111100110110011001100100011010001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F33; }

 p { color: rgb(212,159,51); }

 H1.HeaderClassName
 {
   color: #D49F33;
 }
 .AnyTagClassName
 {
   color: #D49F33;
 }
</style>
background-color css

<style>
 a { background-color: #D49F33; }

 a { background-color: rgb(212,159,51); }

 div.DivClassName
 {
   background-color: #D49F33;
 }
 .BgClassName
 {
   background-color: #D49F33;
 }
</style>
border-color css

<style>
 span { border-color: #D49F33; }

 span { border-color: rgb(212,159,51); }

 td.TdClassName
 {
   border-color: #D49F33;
 }
 .TagClassName
 {
   border-color: #D49F33;
 }
</style>