#D48F3B

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

Shades of Fuel Yellow #D48F3B

Tints of Fuel Yellow #D48F3B

Color information

#D48F3B (or 0xD48F3B) is unknown color: approx Fuel Yellow. HEX triplet: D4, 8F and 3B. RGB value is (212,143,59). Sum of RGB (Red+Green+Blue) = 212+143+59=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F3B is #2B70C4. Grayscale: #9A9A9A. Windows color (decimal): -2846917 or 3903444. OLE color: 3903444.

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

Color convert

RGB21214359-
CMYK00.330.720.17
HSL32.94º64.02%53.14%-
HSV(B)32.94º72.17%83.14%-
XYZ37.7633.968.7-
YUV154.0574.36169.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.21%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 59 (23.44% from 255) = 14.25%
R=51.21%
G=34.54%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121435900.330.720.1732.9464.0253.14
HexD48F3B0214811214035
Octal32421773041110214110065
Binary110101001000111111101101000011001000100011000011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F3B; }

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

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

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

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

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

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

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

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