#DC8340

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

Shades of Tree Poppy #DC8340

Tints of Tree Poppy #DC8340

Color information

#DC8340 (or 0xDC8340) is unknown color: approx Tree Poppy. HEX triplet: DC, 83 and 40. RGB value is (220,131,64). Sum of RGB (Red+Green+Blue) = 220+131+64=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8340 is #237CBF. Grayscale: #969696. Windows color (decimal): -2325696 or 4228060. OLE color: 4228060.

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

Color convert

RGB22013164-
CMYK00.400.710.14
HSL25.77º69.03%55.69%-
HSV(B)25.77º70.91%86.27%-
XYZ38.5631.828.96-
YUV149.9779.49177.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=53.01%
G=31.57%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201316400.400.710.1425.7769.0355.69
HexDC834002847E1a4538
Octal334203100050107163210570
Binary11011100100000111000000010100010001111110110101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8340; }

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

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

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

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

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

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

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

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