#d4943b

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

Shades of Fuel Yellow #D4943B

Tints of Fuel Yellow #D4943B

Color information

#D4943B (or 0xD4943B) is unknown color: approx Fuel Yellow. HEX triplet: D4, 94 and 3B. RGB value is (212,148,59). Sum of RGB (Red+Green+Blue) = 212+148+59=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4943B is #2B6BC4. Grayscale: #9D9D9D. Windows color (decimal): -2845637 or 3904724. OLE color: 3904724.

HSL color Cylindrical-coordinate representation of color #D4943B: hue angle of 34.9º 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 #D4943B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21214859-
CMYK00.300.720.17
HSL34.9º64.02%53.14%-
HSV(B)34.9º72.17%83.14%-
XYZ38.5335.498.96-
YUV156.9972.7167.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.60%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 59 (23.44% from 255) = 14.08%
R=50.60%
G=35.32%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121485900.300.720.1734.964.0253.14
HexD4943B01E4811234035
Octal32422473036110214310065
Binary11010100100101001110110111101001000100011000111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4943b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4943b; }

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

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

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

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

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

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

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

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