#DC8641

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

Shades of Tree Poppy #DC8641

Tints of Tree Poppy #DC8641

Color information

#DC8641 (or 0xDC8641) is unknown color: approx Tree Poppy. HEX triplet: DC, 86 and 41. RGB value is (220,134,65). Sum of RGB (Red+Green+Blue) = 220+134+65=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8641 is #2379BE. Grayscale: #989898. Windows color (decimal): -2324927 or 4294364. OLE color: 4294364.

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

Color convert

RGB22013465-
CMYK00.390.700.14
HSL26.71º68.89%55.88%-
HSV(B)26.71º70.45%86.27%-
XYZ38.9932.659.25-
YUV151.8578.99176.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 65 (25.78% from 255) = 15.51%
R=52.51%
G=31.98%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201346500.390.700.1426.7168.8955.88
HexDC864102746E1b4538
Octal334206101047106163310570
Binary11011100100001101000001010011110001101110110111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8641; }

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

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

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

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

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

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

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

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