#DB8E39

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

Shades of Fuel Yellow #DB8E39

Tints of Fuel Yellow #DB8E39

Color information

#DB8E39 (or 0xDB8E39) is unknown color: approx Fuel Yellow. HEX triplet: DB, 8E and 39. RGB value is (219,142,57). Sum of RGB (Red+Green+Blue) = 219+142+57=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E39 is #2471C6. Grayscale: #9B9B9B. Windows color (decimal): -2388423 or 3772123. OLE color: 3772123.

HSL color Cylindrical-coordinate representation of color #DB8E39: hue angle of 31.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB8E39 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21914257-
CMYK00.350.740.14
HSL31.48º69.23%54.12%-
HSV(B)31.48º73.97%85.88%-
XYZ39.6234.78.48-
YUV155.3372.51173.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.39%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 57 (22.66% from 255) = 13.64%
R=52.39%
G=33.97%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191425700.350.740.1431.4869.2354.12
HexDB8E390234AE1f4536
Octal33321671043112163710566
Binary1101101110001110111001010001110010101110111111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8E39; }

 p { color: rgb(219,142,57); }

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

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

 a { background-color: rgb(219,142,57); }

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

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

 span { border-color: rgb(219,142,57); }

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