#D4912D

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

Shades of Fuel Yellow #D4912D

Tints of Fuel Yellow #D4912D

Color information

#D4912D (or 0xD4912D) is unknown color: approx Fuel Yellow. HEX triplet: D4, 91 and 2D. RGB value is (212,145,45). Sum of RGB (Red+Green+Blue) = 212+145+45=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4912D is #2B6ED2. Grayscale: #9A9A9A. Windows color (decimal): -2846419 or 2986452. OLE color: 2986452.

HSL color Cylindrical-coordinate representation of color #D4912D: hue angle of 35.93º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4912D is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21214545-
CMYK00.320.790.17
HSL35.93º66.01%50.39%-
HSV(B)35.93º78.77%83.14%-
XYZ37.7534.447.14-
YUV153.6366.7169.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.74%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 45 (17.97% from 255) = 11.19%
R=52.74%
G=36.07%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121454500.320.790.1735.9366.0150.39
HexD4912D0204F11244232
Octal32422155040117214410262
Binary110101001001000110110101000001001111100011001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4912D; }

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

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

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

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

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

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

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

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