#DCA249

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

Shades of Fire Bush #DCA249

Tints of Fire Bush #DCA249

Color information

#DCA249 (or 0xDCA249) is unknown color: approx Fire Bush. HEX triplet: DC, A2 and 49. RGB value is (220,162,73). Sum of RGB (Red+Green+Blue) = 220+162+73=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA249 is #235DB6. Grayscale: #A9A9A9. Windows color (decimal): -2317751 or 4825820. OLE color: 4825820.

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

Color convert

RGB22016273-
CMYK00.260.670.14
HSL36.33º67.74%57.45%-
HSV(B)36.33º66.82%86.27%-
XYZ43.6441.5412.02-
YUV169.273.72164.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 73 (28.91% from 255) = 16.04%
R=48.35%
G=35.60%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201627300.260.670.1436.3367.7457.45
HexDCA24901A43E244439
Octal334242111032103164410471
Binary11011100101000101001001011010100001111101001001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA249; }

 p { color: rgb(220,162,73); }

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

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

 a { background-color: rgb(220,162,73); }

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

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

 span { border-color: rgb(220,162,73); }

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