#DC8E41

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

Shades of Fire Bush #DC8E41

Tints of Fire Bush #DC8E41

Color information

#DC8E41 (or 0xDC8E41) is unknown color: approx Fire Bush. HEX triplet: DC, 8E and 41. RGB value is (220,142,65). Sum of RGB (Red+Green+Blue) = 220+142+65=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8E41 is #2371BE. Grayscale: #9C9C9C. Windows color (decimal): -2322879 or 4296412. OLE color: 4296412.

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

Color convert

RGB22014265-
CMYK00.350.700.14
HSL29.81º68.89%55.88%-
HSV(B)29.81º70.45%86.27%-
XYZ40.1434.949.63-
YUV156.5476.34173.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 65 (25.78% from 255) = 15.22%
R=51.52%
G=33.26%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201426500.350.700.1429.8168.8955.88
HexDC8E4102346E1e4538
Octal334216101043106163610570
Binary11011100100011101000001010001110001101110111101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8E41; }

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

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

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

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

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

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

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

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