#DC8C41

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

Shades of Fire Bush #DC8C41

Tints of Fire Bush #DC8C41

Color information

#DC8C41 (or 0xDC8C41) is unknown color: approx Fire Bush. HEX triplet: DC, 8C and 41. RGB value is (220,140,65). Sum of RGB (Red+Green+Blue) = 220+140+65=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C41 is #2373BE. Grayscale: #9B9B9B. Windows color (decimal): -2323391 or 4295900. OLE color: 4295900.

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

Color convert

RGB22014065-
CMYK00.360.700.14
HSL29.03º68.89%55.88%-
HSV(B)29.03º70.45%86.27%-
XYZ39.8534.359.53-
YUV155.3777174.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=51.76%
G=32.94%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201406500.360.700.1429.0368.8955.88
HexDC8C4102446E1d4538
Octal334214101044106163510570
Binary11011100100011001000001010010010001101110111011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C41; }

 p { color: rgb(220,140,65); }

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

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

 a { background-color: rgb(220,140,65); }

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

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

 span { border-color: rgb(220,140,65); }

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