#DBA046

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

Shades of Fire Bush #DBA046

Tints of Fire Bush #DBA046

Color information

#DBA046 (or 0xDBA046) is unknown color: approx Fire Bush. HEX triplet: DB, A0 and 46. RGB value is (219,160,70). Sum of RGB (Red+Green+Blue) = 219+160+70=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA046 is #245FB9. Grayscale: #A7A7A7. Windows color (decimal): -2383802 or 4628699. OLE color: 4628699.

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

Color convert

RGB21916070-
CMYK00.270.680.14
HSL36.24º67.42%56.67%-
HSV(B)36.24º68.04%85.88%-
XYZ42.8940.6411.38-
YUV167.3873.05164.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=48.78%
G=35.63%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191607000.270.680.1436.2467.4256.67
HexDBA04601B44E244339
Octal333240106033104164410371
Binary11011011101000001000110011011100010011101001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA046; }

 p { color: rgb(219,160,70); }

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

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

 a { background-color: rgb(219,160,70); }

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

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

 span { border-color: rgb(219,160,70); }

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