#DC832E

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

Shades of Tree Poppy #DC832E

Tints of Tree Poppy #DC832E

Color information

#DC832E (or 0xDC832E) is unknown color: approx Tree Poppy. HEX triplet: DC, 83 and 2E. RGB value is (220,131,46). Sum of RGB (Red+Green+Blue) = 220+131+46=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC832E is #237CD1. Grayscale: #949494. Windows color (decimal): -2325714 or 3048412. OLE color: 3048412.

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

Color convert

RGB22013146-
CMYK00.400.790.14
HSL29.31º71.31%52.16%-
HSV(B)29.31º79.09%86.27%-
XYZ38.1231.656.68-
YUV147.9270.49179.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.42%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 46 (18.36% from 255) = 11.59%
R=55.42%
G=33.00%
B=11.59%

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
Decimal2201314600.400.790.1429.3171.3152.16
HexDC832E0284FE1d4734
Octal33420356050117163510764
Binary1101110010000011101110010100010011111110111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC832E; }

 p { color: rgb(220,131,46); }

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

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

 a { background-color: rgb(220,131,46); }

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

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

 span { border-color: rgb(220,131,46); }

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