#D48A37

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

Shades of Fuel Yellow #D48A37

Tints of Fuel Yellow #D48A37

Color information

#D48A37 (or 0xD48A37) is unknown color: approx Fuel Yellow. HEX triplet: D4, 8A and 37. RGB value is (212,138,55). Sum of RGB (Red+Green+Blue) = 212+138+55=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A37 is #2B75C8. Grayscale: #979797. Windows color (decimal): -2848201 or 3640020. OLE color: 3640020.

HSL color Cylindrical-coordinate representation of color #D48A37: hue angle of 31.72º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D48A37 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB21213855-
CMYK00.350.740.17
HSL31.72º64.61%52.35%-
HSV(B)31.72º74.06%83.14%-
XYZ36.9332.457.93-
YUV150.6674.02171.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.35%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 55 (21.88% from 255) = 13.58%
R=52.35%
G=34.07%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121385500.350.740.1731.7264.6152.35
HexD48A370234A11204134
Octal32421267043112214010164
Binary110101001000101011011101000111001010100011000001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A37; }

 p { color: rgb(212,138,55); }

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

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

 a { background-color: rgb(212,138,55); }

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

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

 span { border-color: rgb(212,138,55); }

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