#D9913A

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

Shades of Fuel Yellow #D9913A

Tints of Fuel Yellow #D9913A

Color information

#D9913A (or 0xD9913A) is unknown color: approx Fuel Yellow. HEX triplet: D9, 91 and 3A. RGB value is (217,145,58). Sum of RGB (Red+Green+Blue) = 217+145+58=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9913A is #266EC5. Grayscale: #9D9D9D. Windows color (decimal): -2518726 or 3838425. OLE color: 3838425.

HSL color Cylindrical-coordinate representation of color #D9913A: hue angle of 32.83º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9913A is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21714558-
CMYK00.330.730.15
HSL32.83º67.66%53.92%-
HSV(B)32.83º73.27%85.1%-
XYZ39.535.318.74-
YUV156.6172.35171.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 58 (23.05% from 255) = 13.81%
R=51.67%
G=34.52%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171455800.330.730.1532.8367.6653.92
HexD9913A02149F214436
Octal33122172041111174110466
Binary11011001100100011110100100001100100111111000011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9913A; }

 p { color: rgb(217,145,58); }

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

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

 a { background-color: rgb(217,145,58); }

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

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

 span { border-color: rgb(217,145,58); }

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