#D79432

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

Shades of Fuel Yellow #D79432

Tints of Fuel Yellow #D79432

Color information

#D79432 (or 0xD79432) is unknown color: approx Fuel Yellow. HEX triplet: D7, 94 and 32. RGB value is (215,148,50). Sum of RGB (Red+Green+Blue) = 215+148+50=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D79432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79432 is #286BCD. Grayscale: #9D9D9D. Windows color (decimal): -2649038 or 3314903. OLE color: 3314903.

HSL color Cylindrical-coordinate representation of color #D79432: hue angle of 35.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D79432 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21514850-
CMYK00.310.770.16
HSL35.64º67.35%51.96%-
HSV(B)35.64º76.74%84.31%-
XYZ39.1935.867.87-
YUV156.8667.7169.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.06%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=52.06%
G=35.84%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151485000.310.770.1635.6467.3551.96
HexD7943201F4D10244334
Octal32722462037115204410364
Binary11010111100101001100100111111001101100001001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79432; }

 p { color: rgb(215,148,50); }

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

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

 a { background-color: rgb(215,148,50); }

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

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

 span { border-color: rgb(215,148,50); }

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