#DCA140

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

Shades of Fire Bush #DCA140

Tints of Fire Bush #DCA140

Color information

#DCA140 (or 0xDCA140) is unknown color: approx Fire Bush. HEX triplet: DC, A1 and 40. RGB value is (220,161,64). Sum of RGB (Red+Green+Blue) = 220+161+64=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA140 is #235EBF. Grayscale: #A8A8A8. Windows color (decimal): -2318016 or 4235740. OLE color: 4235740.

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

Color convert

RGB22016164-
CMYK00.270.710.14
HSL37.31º69.03%55.69%-
HSV(B)37.31º70.91%86.27%-
XYZ43.1941.0810.5-
YUV167.5869.55165.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 64 (25.39% from 255) = 14.38%
R=49.44%
G=36.18%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201616400.270.710.1437.3169.0355.69
HexDCA14001B47E254538
Octal334241100033107164510570
Binary11011100101000011000000011011100011111101001011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA140; }

 p { color: rgb(220,161,64); }

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

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

 a { background-color: rgb(220,161,64); }

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

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

 span { border-color: rgb(220,161,64); }

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