#DB9032

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

Shades of Fuel Yellow #DB9032

Tints of Fuel Yellow #DB9032

Color information

#DB9032 (or 0xDB9032) is unknown color: approx Fuel Yellow. HEX triplet: DB, 90 and 32. RGB value is (219,144,50). Sum of RGB (Red+Green+Blue) = 219+144+50=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9032 is #246FCD. Grayscale: #9C9C9C. Windows color (decimal): -2387918 or 3313883. OLE color: 3313883.

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

Color convert

RGB21914450-
CMYK00.340.770.14
HSL33.37º70.12%52.75%-
HSV(B)33.37º77.17%85.88%-
XYZ39.7635.247.72-
YUV155.7168.35173.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.03%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=53.03%
G=34.87%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191445000.340.770.1433.3770.1252.75
HexDB90320224DE214635
Octal33322062042115164110665
Binary11011011100100001100100100010100110111101000011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9032; }

 p { color: rgb(219,144,50); }

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

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

 a { background-color: rgb(219,144,50); }

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

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

 span { border-color: rgb(219,144,50); }

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