Html Css Color HEX #DC7E3D Tree Poppy

📋 copy color: '#DC7E3D'

red 220 ◦ green 126 ◦ blue 61

#DC7E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tree Poppy #DC7E3D

Tints of Tree Poppy #DC7E3D

RGB

 RED value IS 220 (86.33% from 255) = 54.05%

 GREEN value IS 126 (49.61% from 255) = 30.96%

 BLUE value IS 61 (24.22% from 255) = 14.99%

R = 54.05%
G = 30.96%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC7E3D (or 0xDC7E3D) is known color: Tree Poppy. HEX triplet: DC, 7E and 3D. RGB value is (220,126,61). Sum of RGB (Red+Green+Blue) = 220+126+61=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E3D is #2381C2. Grayscale: #939393. Windows color (decimal): -2326979 or 4030172. OLE color: 4030172.

HSL color Cylindrical-coordinate representation of color #DC7E3D: hue angle of 24.53º 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 #DC7E3D is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 61 -
CMYK 0 0.43 0.72 0.14
HSL 24.53º 0.69% 0.55% -
HSV(B) 24.53º 0.72% 0.86% -
XYZ 37.82 30.47 8.3 -
YUV 146.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 220 126 61 0 0.43 0.72 0.14 24.53 0.69 0.55
Hex DC 7E 3D 0 2B 48 E 19 45 37
Octal 334 176 75 0 53 110 16 31 105 67
Binary 11011100 1111110 111101 0 101011 1001000 1110 11001 1000101 110111

Color Harmonies of #DC7E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E3D

Black with #DC7E3D

Text Example


Text Example

White with #DC7E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E3D; }

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

 H1.HeaderClassName
 {
   color: #DC7E3D;
 }
 .AnyTagClassName
 {
   color: #DC7E3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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