#DC8239

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

Shades of Tree Poppy #DC8239

Tints of Tree Poppy #DC8239

Color information

#DC8239 (or 0xDC8239) is unknown color: approx Tree Poppy. HEX triplet: DC, 82 and 39. RGB value is (220,130,57). Sum of RGB (Red+Green+Blue) = 220+130+57=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8239 is #237DC6. Grayscale: #949494. Windows color (decimal): -2325959 or 3769052. OLE color: 3769052.

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

Color convert

RGB22013057-
CMYK00.410.740.14
HSL26.87º69.96%54.31%-
HSV(B)26.87º74.09%86.27%-
XYZ38.2431.487.93-
YUV148.5976.32178.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 57 (22.66% from 255) = 14.00%
R=54.05%
G=31.94%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201305700.410.740.1426.8769.9654.31
HexDC82390294AE1b4636
Octal33420271051112163310666
Binary1101110010000010111001010100110010101110110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8239; }

 p { color: rgb(220,130,57); }

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

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

 a { background-color: rgb(220,130,57); }

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

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

 span { border-color: rgb(220,130,57); }

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