#DC8244

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

Shades of Tree Poppy #DC8244

Tints of Tree Poppy #DC8244

Color information

#DC8244 (or 0xDC8244) is unknown color: approx Tree Poppy. HEX triplet: DC, 82 and 44. RGB value is (220,130,68). Sum of RGB (Red+Green+Blue) = 220+130+68=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8244 is #237DBB. Grayscale: #969696. Windows color (decimal): -2325948 or 4489948. OLE color: 4489948.

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

Color convert

RGB22013068-
CMYK00.410.690.14
HSL24.47º68.47%56.47%-
HSV(B)24.47º69.09%86.27%-
XYZ38.5431.69.54-
YUV149.8481.82178.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.63%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 68 (26.95% from 255) = 16.27%
R=52.63%
G=31.10%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201306800.410.690.1424.4768.4756.47
HexDC824402945E184438
Octal334202104051105163010470
Binary11011100100000101000100010100110001011110110001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8244; }

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

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

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

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

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

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

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

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