#DBA03A

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

Shades of Fire Bush #DBA03A

Tints of Fire Bush #DBA03A

Color information

#DBA03A (or 0xDBA03A) is unknown color: approx Fire Bush. HEX triplet: DB, A0 and 3A. RGB value is (219,160,58). Sum of RGB (Red+Green+Blue) = 219+160+58=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA03A is #245FC5. Grayscale: #A6A6A6. Windows color (decimal): -2383814 or 3842267. OLE color: 3842267.

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

Color convert

RGB21916058-
CMYK00.270.740.14
HSL38.01º69.1%54.31%-
HSV(B)38.01º73.52%85.88%-
XYZ42.5540.519.58-
YUV166.0167.05165.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.11%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 58 (23.05% from 255) = 13.27%
R=50.11%
G=36.61%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191605800.270.740.1438.0169.154.31
HexDBA03A01B4AE264536
Octal33324072033112164610566
Binary1101101110100000111010011011100101011101001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA03A; }

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

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

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

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

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

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

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

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