#DB9235

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

Shades of Fuel Yellow #DB9235

Tints of Fuel Yellow #DB9235

Color information

#DB9235 (or 0xDB9235) is unknown color: approx Fuel Yellow. HEX triplet: DB, 92 and 35. RGB value is (219,146,53). Sum of RGB (Red+Green+Blue) = 219+146+53=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9235 is #246DCA. Grayscale: #9D9D9D. Windows color (decimal): -2387403 or 3511003. OLE color: 3511003.

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

Color convert

RGB21914653-
CMYK00.330.760.14
HSL33.61º69.75%53.33%-
HSV(B)33.61º75.8%85.88%-
XYZ40.1335.878.18-
YUV157.2269.18172.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.39%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=52.39%
G=34.93%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191465300.330.760.1433.6169.7553.33
HexDB92350214CE224635
Octal33322265041114164210665
Binary11011011100100101101010100001100110011101000101000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9235; }

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

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

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

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

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

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

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

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