#DC8635

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

Shades of Tree Poppy #DC8635

Tints of Tree Poppy #DC8635

Color information

#DC8635 (or 0xDC8635) is unknown color: approx Tree Poppy. HEX triplet: DC, 86 and 35. RGB value is (220,134,53). Sum of RGB (Red+Green+Blue) = 220+134+53=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8635 is #2379CA. Grayscale: #969696. Windows color (decimal): -2324939 or 3507932. OLE color: 3507932.

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

Color convert

RGB22013453-
CMYK00.390.760.14
HSL29.1º70.46%53.53%-
HSV(B)29.1º75.91%86.27%-
XYZ38.6832.527.61-
YUV150.4872.99177.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=54.05%
G=32.92%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201345300.390.760.1429.170.4653.53
HexDC86350274CE1d4636
Octal33420665047114163510666
Binary1101110010000110110101010011110011001110111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8635; }

 p { color: rgb(220,134,53); }

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

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

 a { background-color: rgb(220,134,53); }

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

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

 span { border-color: rgb(220,134,53); }

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