#DB9F3F

Color #DB9F3F Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #DB9F3F

Tints of Fire Bush #DB9F3F

Color information

#DB9F3F (or 0xDB9F3F) is unknown color: approx Fire Bush. HEX triplet: DB, 9F and 3F. RGB value is (219,159,63). Sum of RGB (Red+Green+Blue) = 219+159+63=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9F3F is #2460C0. Grayscale: #A6A6A6. Windows color (decimal): -2384065 or 4169691. OLE color: 4169691.

HSL color Cylindrical-coordinate representation of color #DB9F3F: hue angle of 36.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB9F3F is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB21915963-
CMYK00.270.710.14
HSL36.92º68.42%55.29%-
HSV(B)36.92º71.23%85.88%-
XYZ42.5140.2210.22-
YUV16669.88165.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.66%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 63 (25% from 255) = 14.29%
R=49.66%
G=36.05%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191596300.270.710.1436.9268.4255.29
HexDB9F3F01B47E254437
Octal33323777033107164510467
Binary1101101110011111111111011011100011111101001011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F3F; }

 p { color: rgb(219,159,63); }

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

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

 a { background-color: rgb(219,159,63); }

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

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

 span { border-color: rgb(219,159,63); }

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