#DC9240

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

Shades of Fire Bush #DC9240

Tints of Fire Bush #DC9240

Color information

#DC9240 (or 0xDC9240) is unknown color: approx Fire Bush. HEX triplet: DC, 92 and 40. RGB value is (220,146,64). Sum of RGB (Red+Green+Blue) = 220+146+64=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9240 is #236DBF. Grayscale: #9F9F9F. Windows color (decimal): -2321856 or 4231900. OLE color: 4231900.

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

Color convert

RGB22014664-
CMYK00.340.710.14
HSL31.54º69.03%55.69%-
HSV(B)31.54º70.91%86.27%-
XYZ40.7236.149.68-
YUV158.7874.52171.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=51.16%
G=33.95%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201466400.340.710.1431.5469.0355.69
HexDC924002247E204538
Octal334222100042107164010570
Binary110111001001001010000000100010100011111101000001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9240; }

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

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

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

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

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

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

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

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