#DC7B3D

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

Shades of Tree Poppy #DC7B3D

Tints of Tree Poppy #DC7B3D

Color information

#DC7B3D (or 0xDC7B3D) is unknown color: approx Tree Poppy. HEX triplet: DC, 7B and 3D. RGB value is (220,123,61). Sum of RGB (Red+Green+Blue) = 220+123+61=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B3D is #2384C2. Grayscale: #919191. Windows color (decimal): -2327747 or 4029404. OLE color: 4029404.

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

Color convert

RGB22012361-
CMYK00.440.720.14
HSL23.4º69.43%55.1%-
HSV(B)23.4º72.27%86.27%-
XYZ37.4429.728.18-
YUV144.9480.64181.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.46%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 61 (24.22% from 255) = 15.10%
R=54.46%
G=30.45%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201236100.440.720.1423.469.4355.1
HexDC7B3D02C48E174537
Octal33417375054110162710567
Binary110111001111011111101010110010010001110101111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7B3D; }

 p { color: rgb(220,123,61); }

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

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

 a { background-color: rgb(220,123,61); }

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

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

 span { border-color: rgb(220,123,61); }

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