#D48E2B

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

Shades of Fuel Yellow #D48E2B

Tints of Fuel Yellow #D48E2B

Color information

#D48E2B (or 0xD48E2B) is unknown color: approx Fuel Yellow. HEX triplet: D4, 8E and 2B. RGB value is (212,142,43). Sum of RGB (Red+Green+Blue) = 212+142+43=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E2B is #2B71D4. Grayscale: #989898. Windows color (decimal): -2847189 or 2854612. OLE color: 2854612.

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

Color convert

RGB21214243-
CMYK00.330.800.17
HSL35.15º66.27%50%-
HSV(B)35.15º79.72%83.14%-
XYZ37.2633.526.79-
YUV151.6466.69171.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.40%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 43 (17.19% from 255) = 10.83%
R=53.40%
G=35.77%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121424300.330.800.1735.1566.2750
HexD48E2B0215011234232
Octal32421653041120214310262
Binary110101001000111010101101000011010000100011000111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E2B; }

 p { color: rgb(212,142,43); }

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

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

 a { background-color: rgb(212,142,43); }

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

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

 span { border-color: rgb(212,142,43); }

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