#DC7C32

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

Shades of Tree Poppy #DC7C32

Tints of Tree Poppy #DC7C32

Color information

#DC7C32 (or 0xDC7C32) is unknown color: approx Tree Poppy. HEX triplet: DC, 7C and 32. RGB value is (220,124,50). Sum of RGB (Red+Green+Blue) = 220+124+50=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7C32 is #2383CD. Grayscale: #909090. Windows color (decimal): -2327502 or 3308764. OLE color: 3308764.

HSL color Cylindrical-coordinate representation of color #DC7C32: hue angle of 26.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC7C32 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22012450-
CMYK00.440.770.14
HSL26.12º70.83%52.94%-
HSV(B)26.12º77.27%86.27%-
XYZ37.329.866.82-
YUV144.2774.8182.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.84%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 50 (19.92% from 255) = 12.69%
R=55.84%
G=31.47%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201245000.440.770.1426.1270.8352.94
HexDC7C3202C4DE1a4735
Octal33417462054115163210765
Binary110111001111100110010010110010011011110110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7C32; }

 p { color: rgb(220,124,50); }

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

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

 a { background-color: rgb(220,124,50); }

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

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

 span { border-color: rgb(220,124,50); }

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