#DC8541

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

Shades of Tree Poppy #DC8541

Tints of Tree Poppy #DC8541

Color information

#DC8541 (or 0xDC8541) is unknown color: approx Tree Poppy. HEX triplet: DC, 85 and 41. RGB value is (220,133,65). Sum of RGB (Red+Green+Blue) = 220+133+65=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8541 is #237ABE. Grayscale: #979797. Windows color (decimal): -2325183 or 4294108. OLE color: 4294108.

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

Color convert

RGB22013365-
CMYK00.400.700.14
HSL26.32º68.89%55.88%-
HSV(B)26.32º70.45%86.27%-
XYZ38.8632.379.2-
YUV151.2679.32177.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.63%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 65 (25.78% from 255) = 15.55%
R=52.63%
G=31.82%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201336500.400.700.1426.3268.8955.88
HexDC854102846E1a4538
Octal334205101050106163210570
Binary11011100100001011000001010100010001101110110101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8541; }

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

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

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

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

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

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

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

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