#DC7F42

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

Shades of Tree Poppy #DC7F42

Tints of Tree Poppy #DC7F42

Color information

#DC7F42 (or 0xDC7F42) is unknown color: approx Tree Poppy. HEX triplet: DC, 7F and 42. RGB value is (220,127,66). Sum of RGB (Red+Green+Blue) = 220+127+66=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F42 is #2380BD. Grayscale: #949494. Windows color (decimal): -2326718 or 4358108. OLE color: 4358108.

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

Color convert

RGB22012766-
CMYK00.420.70.14
HSL23.77º68.75%56.08%-
HSV(B)23.77º70%86.27%-
XYZ38.0930.799.09-
YUV147.8581.81179.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.27%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=53.27%
G=30.75%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201276600.420.70.1423.7768.7556.08
HexDC7F4202A46E184538
Octal334177102052106163010570
Binary1101110011111111000010010101010001101110110001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7F42; }

 p { color: rgb(220,127,66); }

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

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

 a { background-color: rgb(220,127,66); }

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

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

 span { border-color: rgb(220,127,66); }

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