#DB8C36

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

Shades of Fuel Yellow #DB8C36

Tints of Fuel Yellow #DB8C36

Color information

#DB8C36 (or 0xDB8C36) is unknown color: approx Fuel Yellow. HEX triplet: DB, 8C and 36. RGB value is (219,140,54). Sum of RGB (Red+Green+Blue) = 219+140+54=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8C36 is #2473C9. Grayscale: #9A9A9A. Windows color (decimal): -2388938 or 3575003. OLE color: 3575003.

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

Color convert

RGB21914054-
CMYK00.360.750.14
HSL31.27º69.62%53.53%-
HSV(B)31.27º75.34%85.88%-
XYZ39.2634.088-
YUV153.8271.67174.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.03%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 54 (21.48% from 255) = 13.08%
R=53.03%
G=33.90%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191405400.360.750.1431.2769.6253.53
HexDB8C360244BE1f4636
Octal33321466044113163710666
Binary1101101110001100110110010010010010111110111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8C36; }

 p { color: rgb(219,140,54); }

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

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

 a { background-color: rgb(219,140,54); }

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

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

 span { border-color: rgb(219,140,54); }

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