#D1972D

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

Shades of Fuel Yellow #D1972D

Tints of Fuel Yellow #D1972D

Color information

#D1972D (or 0xD1972D) is unknown color: approx Fuel Yellow. HEX triplet: D1, 97 and 2D. RGB value is (209,151,45). Sum of RGB (Red+Green+Blue) = 209+151+45=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1972D is #2E68D2. Grayscale: #9C9C9C. Windows color (decimal): -3041491 or 2987985. OLE color: 2987985.

HSL color Cylindrical-coordinate representation of color #D1972D: hue angle of 38.78º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1972D is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20915145-
CMYK00.280.780.18
HSL38.78º64.57%49.8%-
HSV(B)38.78º78.47%81.96%-
XYZ37.8335.887.41-
YUV156.2665.22165.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.60%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 45 (17.97% from 255) = 11.11%
R=51.60%
G=37.28%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091514500.280.780.1838.7864.5749.8
HexD1972D01C4E12274132
Octal32122755034116224710162
Binary11010001100101111011010111001001110100101001111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1972D; }

 p { color: rgb(209,151,45); }

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

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

 a { background-color: rgb(209,151,45); }

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

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

 span { border-color: rgb(209,151,45); }

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