#DB9038

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

Shades of Fuel Yellow #DB9038

Tints of Fuel Yellow #DB9038

Color information

#DB9038 (or 0xDB9038) is unknown color: approx Fuel Yellow. HEX triplet: DB, 90 and 38. RGB value is (219,144,56). Sum of RGB (Red+Green+Blue) = 219+144+56=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9038 is #246FC7. Grayscale: #9C9C9C. Windows color (decimal): -2387912 or 3707099. OLE color: 3707099.

HSL color Cylindrical-coordinate representation of color #DB9038: hue angle of 32.39º 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 #DB9038 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21914456-
CMYK00.340.740.14
HSL32.39º69.36%53.92%-
HSV(B)32.39º74.43%85.88%-
XYZ39.935.298.45-
YUV156.3971.35172.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.27%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 56 (22.27% from 255) = 13.37%
R=52.27%
G=34.37%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191445600.340.740.1432.3969.3653.92
HexDB90380224AE204536
Octal33322070042112164010566
Binary11011011100100001110000100010100101011101000001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9038; }

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

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

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

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

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

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

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

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