#d1912b

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

Shades of Fuel Yellow #D1912B

Tints of Fuel Yellow #D1912B

Color information

#D1912B (or 0xD1912B) is unknown color: approx Fuel Yellow. HEX triplet: D1, 91 and 2B. RGB value is (209,145,43). Sum of RGB (Red+Green+Blue) = 209+145+43=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1912B is #2E6ED4. Grayscale: #989898. Windows color (decimal): -3043029 or 2855377. OLE color: 2855377.

HSL color Cylindrical-coordinate representation of color #D1912B: hue angle of 36.87º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1912B is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20914543-
CMYK00.310.790.18
HSL36.87º65.87%49.41%-
HSV(B)36.87º79.43%81.96%-
XYZ36.8633.986.9-
YUV152.5166.2168.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.64%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 43 (17.19% from 255) = 10.83%
R=52.64%
G=36.52%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091454300.310.790.1836.8765.8749.41
HexD1912B01F4F12254231
Octal32122153037117224510261
Binary11010001100100011010110111111001111100101001011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1912b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1912b; }

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

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

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

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

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

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

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

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