#D1912D

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

Shades of Fuel Yellow #D1912D

Tints of Fuel Yellow #D1912D

Color information

#D1912D (or 0xD1912D) is unknown color: approx Fuel Yellow. HEX triplet: D1, 91 and 2D. RGB value is (209,145,45). Sum of RGB (Red+Green+Blue) = 209+145+45=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1912D is #2E6ED2. Grayscale: #999999. Windows color (decimal): -3043027 or 2986449. OLE color: 2986449.

HSL color Cylindrical-coordinate representation of color #D1912D: hue angle of 36.59º 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 #D1912D is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20914545-
CMYK00.310.780.18
HSL36.59º64.57%49.8%-
HSV(B)36.59º78.47%81.96%-
XYZ36.89347.1-
YUV152.7467.2168.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.38%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 45 (17.97% from 255) = 11.28%
R=52.38%
G=36.34%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091454500.310.780.1836.5964.5749.8
HexD1912D01F4E12254132
Octal32122155037116224510162
Binary11010001100100011011010111111001110100101001011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1912D; }

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

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

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

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

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

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

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

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