#DC8A40

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

Shades of Tree Poppy #DC8A40

Tints of Tree Poppy #DC8A40

Color information

#DC8A40 (or 0xDC8A40) is unknown color: approx Tree Poppy. HEX triplet: DC, 8A and 40. RGB value is (220,138,64). Sum of RGB (Red+Green+Blue) = 220+138+64=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A40 is #2375BF. Grayscale: #9A9A9A. Windows color (decimal): -2323904 or 4229852. OLE color: 4229852.

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

Color convert

RGB22013864-
CMYK00.370.710.14
HSL28.46º69.03%55.69%-
HSV(B)28.46º70.91%86.27%-
XYZ39.5333.769.28-
YUV154.0877.17175.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.13%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 64 (25.39% from 255) = 15.17%
R=52.13%
G=32.70%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201386400.370.710.1428.4669.0355.69
HexDC8A4002547E1c4538
Octal334212100045107163410570
Binary11011100100010101000000010010110001111110111001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8A40; }

 p { color: rgb(220,138,64); }

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

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

 a { background-color: rgb(220,138,64); }

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

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

 span { border-color: rgb(220,138,64); }

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