#DB9035

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

Shades of Fuel Yellow #DB9035

Tints of Fuel Yellow #DB9035

Color information

#DB9035 (or 0xDB9035) is unknown color: approx Fuel Yellow. HEX triplet: DB, 90 and 35. RGB value is (219,144,53). Sum of RGB (Red+Green+Blue) = 219+144+53=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9035 is #246FCA. Grayscale: #9C9C9C. Windows color (decimal): -2387915 or 3510491. OLE color: 3510491.

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

Color convert

RGB21914453-
CMYK00.340.760.14
HSL32.89º69.75%53.33%-
HSV(B)32.89º75.8%85.88%-
XYZ39.8335.268.08-
YUV156.0569.85172.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.64%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=52.64%
G=34.62%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191445300.340.760.1432.8969.7553.33
HexDB90350224CE214635
Octal33322065042114164110665
Binary11011011100100001101010100010100110011101000011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9035; }

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

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

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

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

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

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

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

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