#DB9641

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

Shades of Fire Bush #DB9641

Tints of Fire Bush #DB9641

Color information

#DB9641 (or 0xDB9641) is unknown color: approx Fire Bush. HEX triplet: DB, 96 and 41. RGB value is (219,150,65). Sum of RGB (Red+Green+Blue) = 219+150+65=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9641 is #2469BE. Grayscale: #A1A1A1. Windows color (decimal): -2386367 or 4298459. OLE color: 4298459.

HSL color Cylindrical-coordinate representation of color #DB9641: hue angle of 33.12º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB9641 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21915065-
CMYK00.320.700.14
HSL33.12º68.14%55.69%-
HSV(B)33.12º70.32%85.88%-
XYZ41.0737.2510.03-
YUV160.9473.86169.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.46%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=50.46%
G=34.56%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191506500.320.700.1433.1268.1455.69
HexDB964102046E214438
Octal333226101040106164110470
Binary110110111001011010000010100000100011011101000011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9641; }

 p { color: rgb(219,150,65); }

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

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

 a { background-color: rgb(219,150,65); }

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

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

 span { border-color: rgb(219,150,65); }

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