#DC7A3C

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

Shades of Tree Poppy #DC7A3C

Tints of Tree Poppy #DC7A3C

Color information

#DC7A3C (or 0xDC7A3C) is unknown color: approx Tree Poppy. HEX triplet: DC, 7A and 3C. RGB value is (220,122,60). Sum of RGB (Red+Green+Blue) = 220+122+60=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A3C is #2385C3. Grayscale: #909090. Windows color (decimal): -2328004 or 3963612. OLE color: 3963612.

HSL color Cylindrical-coordinate representation of color #DC7A3C: hue angle of 23.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC7A3C is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB22012260-
CMYK00.450.730.14
HSL23.25º69.57%54.9%-
HSV(B)23.25º72.73%86.27%-
XYZ37.2929.468-
YUV144.2380.47182.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=54.73%
G=30.35%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201226000.450.730.1423.2569.5754.9
HexDC7A3C02D49E174637
Octal33417274055111162710667
Binary110111001111010111100010110110010011110101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7A3C; }

 p { color: rgb(220,122,60); }

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

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

 a { background-color: rgb(220,122,60); }

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

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

 span { border-color: rgb(220,122,60); }

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