#DC7938

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

Shades of Tree Poppy #DC7938

Tints of Tree Poppy #DC7938

Color information

#DC7938 (or 0xDC7938) is unknown color: approx Tree Poppy. HEX triplet: DC, 79 and 38. RGB value is (220,121,56). Sum of RGB (Red+Green+Blue) = 220+121+56=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7938 is #2386C7. Grayscale: #8F8F8F. Windows color (decimal): -2328264 or 3701212. OLE color: 3701212.

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

Color convert

RGB22012156-
CMYK00.450.750.14
HSL23.78º70.09%54.12%-
HSV(B)23.78º74.55%86.27%-
XYZ37.0729.187.42-
YUV143.1978.8182.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.42%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=55.42%
G=30.48%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201215600.450.750.1423.7870.0954.12
HexDC793802D4BE184636
Octal33417170055113163010666
Binary110111001111001111000010110110010111110110001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7938; }

 p { color: rgb(220,121,56); }

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

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

 a { background-color: rgb(220,121,56); }

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

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

 span { border-color: rgb(220,121,56); }

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