#DBA047

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

Shades of Fire Bush #DBA047

Tints of Fire Bush #DBA047

Color information

#DBA047 (or 0xDBA047) is unknown color: approx Fire Bush. HEX triplet: DB, A0 and 47. RGB value is (219,160,71). Sum of RGB (Red+Green+Blue) = 219+160+71=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA047 is #245FB8. Grayscale: #A7A7A7. Windows color (decimal): -2383801 or 4694235. OLE color: 4694235.

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

Color convert

RGB21916071-
CMYK00.270.680.14
HSL36.08º67.27%56.86%-
HSV(B)36.08º67.58%85.88%-
XYZ42.9240.6611.55-
YUV167.4973.55164.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.67%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 71 (28.12% from 255) = 15.78%
R=48.67%
G=35.56%
B=15.78%

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
Decimal2191607100.270.680.1436.0867.2756.86
HexDBA04701B44E244339
Octal333240107033104164410371
Binary11011011101000001000111011011100010011101001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA047; }

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

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

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

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

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

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

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

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