#DC8139

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

Shades of Tree Poppy #DC8139

Tints of Tree Poppy #DC8139

Color information

#DC8139 (or 0xDC8139) is unknown color: approx Tree Poppy. HEX triplet: DC, 81 and 39. RGB value is (220,129,57). Sum of RGB (Red+Green+Blue) = 220+129+57=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8139 is #237EC6. Grayscale: #949494. Windows color (decimal): -2326215 or 3768796. OLE color: 3768796.

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

Color convert

RGB22012957-
CMYK00.410.740.14
HSL26.5º69.96%54.31%-
HSV(B)26.5º74.09%86.27%-
XYZ38.131.217.89-
YUV14876.65179.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.19%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 57 (22.66% from 255) = 14.04%
R=54.19%
G=31.77%
B=14.04%

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
Decimal2201295700.410.740.1426.569.9654.31
HexDC81390294AE1b4636
Octal33420171051112163310666
Binary1101110010000001111001010100110010101110110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8139; }

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

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

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

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

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

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

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

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