#D4973B

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

Shades of Fuel Yellow #D4973B

Tints of Fuel Yellow #D4973B

Color information

#D4973B (or 0xD4973B) is unknown color: approx Fuel Yellow. HEX triplet: D4, 97 and 3B. RGB value is (212,151,59). Sum of RGB (Red+Green+Blue) = 212+151+59=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4973B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4973B is #2B68C4. Grayscale: #9F9F9F. Windows color (decimal): -2844869 or 3905492. OLE color: 3905492.

HSL color Cylindrical-coordinate representation of color #D4973B: hue angle of 36.08º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4973B is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21215159-
CMYK00.290.720.17
HSL36.08º64.02%53.14%-
HSV(B)36.08º72.17%83.14%-
XYZ39.0136.459.12-
YUV158.7571.71165.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 59 (23.44% from 255) = 13.98%
R=50.24%
G=35.78%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121515900.290.720.1736.0864.0253.14
HexD4973B01D4811244035
Octal32422773035110214410065
Binary11010100100101111110110111011001000100011001001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4973B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4973B; }

 p { color: rgb(212,151,59); }

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

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

 a { background-color: rgb(212,151,59); }

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

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

 span { border-color: rgb(212,151,59); }

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