#DC8F47

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

Shades of Fire Bush #DC8F47

Tints of Fire Bush #DC8F47

Color information

#DC8F47 (or 0xDC8F47) is unknown color: approx Fire Bush. HEX triplet: DC, 8F and 47. RGB value is (220,143,71). Sum of RGB (Red+Green+Blue) = 220+143+71=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F47 is #2370B8. Grayscale: #9E9E9E. Windows color (decimal): -2322617 or 4689884. OLE color: 4689884.

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

Color convert

RGB22014371-
CMYK00.350.680.14
HSL28.99º68.04%57.06%-
HSV(B)28.99º67.73%86.27%-
XYZ40.4735.3210.64-
YUV157.8279.01172.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 71 (28.12% from 255) = 16.36%
R=50.69%
G=32.95%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201437100.350.680.1428.9968.0457.06
HexDC8F4702344E1d4439
Octal334217107043104163510471
Binary11011100100011111000111010001110001001110111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8F47; }

 p { color: rgb(220,143,71); }

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

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

 a { background-color: rgb(220,143,71); }

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

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

 span { border-color: rgb(220,143,71); }

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