#DC7E40

Color #DC7E40 Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DC7E40

Tints of Tree Poppy #DC7E40

Color information

#DC7E40 (or 0xDC7E40) is unknown color: approx Tree Poppy. HEX triplet: DC, 7E and 40. RGB value is (220,126,64). Sum of RGB (Red+Green+Blue) = 220+126+64=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E40 is #2381BF. Grayscale: #939393. Windows color (decimal): -2326976 or 4226780. OLE color: 4226780.

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

Color convert

RGB22012664-
CMYK00.430.710.14
HSL23.85º69.03%55.69%-
HSV(B)23.85º70.91%86.27%-
XYZ37.930.518.74-
YUV147.0481.14180.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.66%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 64 (25.39% from 255) = 15.61%
R=53.66%
G=30.73%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201266400.430.710.1423.8569.0355.69
HexDC7E4002B47E184538
Octal334176100053107163010570
Binary1101110011111101000000010101110001111110110001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7E40; }

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

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

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

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

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

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

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

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