#D78D30

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

Shades of Fuel Yellow #D78D30

Tints of Fuel Yellow #D78D30

Color information

#D78D30 (or 0xD78D30) is unknown color: approx Fuel Yellow. HEX triplet: D7, 8D and 30. RGB value is (215,141,48). Sum of RGB (Red+Green+Blue) = 215+141+48=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D30 is #2872CF. Grayscale: #989898. Windows color (decimal): -2650832 or 3182039. OLE color: 3182039.

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

Color convert

RGB21514148-
CMYK00.340.780.16
HSL33.41º67.61%51.57%-
HSV(B)33.41º77.67%84.31%-
XYZ38.0833.717.3-
YUV152.5269.02172.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.22%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 48 (19.14% from 255) = 11.88%
R=53.22%
G=34.90%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151414800.340.780.1633.4167.6151.57
HexD78D300224E10214434
Octal32721560042116204110464
Binary110101111000110111000001000101001110100001000011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78D30; }

 p { color: rgb(215,141,48); }

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

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

 a { background-color: rgb(215,141,48); }

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

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

 span { border-color: rgb(215,141,48); }

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