#DB9135

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

Shades of Fuel Yellow #DB9135

Tints of Fuel Yellow #DB9135

Color information

#DB9135 (or 0xDB9135) is unknown color: approx Fuel Yellow. HEX triplet: DB, 91 and 35. RGB value is (219,145,53). Sum of RGB (Red+Green+Blue) = 219+145+53=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9135 is #246ECA. Grayscale: #9D9D9D. Windows color (decimal): -2387659 or 3510747. OLE color: 3510747.

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

Color convert

RGB21914553-
CMYK00.340.760.14
HSL33.25º69.75%53.33%-
HSV(B)33.25º75.8%85.88%-
XYZ39.9835.578.13-
YUV156.6469.52172.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.52%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=52.52%
G=34.77%
B=12.71%

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
Decimal2191455300.340.760.1433.2569.7553.33
HexDB91350224CE214635
Octal33322165042114164110665
Binary11011011100100011101010100010100110011101000011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9135; }

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

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

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

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

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

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

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

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