#DC842F

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

Shades of Tree Poppy #DC842F

Tints of Tree Poppy #DC842F

Color information

#DC842F (or 0xDC842F) is unknown color: approx Tree Poppy. HEX triplet: DC, 84 and 2F. RGB value is (220,132,47). Sum of RGB (Red+Green+Blue) = 220+132+47=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC842F is #237BD0. Grayscale: #959595. Windows color (decimal): -2325457 or 3114204. OLE color: 3114204.

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

Color convert

RGB22013247-
CMYK00.400.790.14
HSL29.48º71.19%52.35%-
HSV(B)29.48º78.64%86.27%-
XYZ38.2831.926.83-
YUV148.6270.65178.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.14%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 47 (18.75% from 255) = 11.78%
R=55.14%
G=33.08%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201324700.400.790.1429.4871.1952.35
HexDC842F0284FE1d4734
Octal33420457050117163510764
Binary1101110010000100101111010100010011111110111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC842F; }

 p { color: rgb(220,132,47); }

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

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

 a { background-color: rgb(220,132,47); }

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

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

 span { border-color: rgb(220,132,47); }

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