Html Css Color HEX #DC7E3E Tree Poppy

📋 copy color: '#DC7E3E'

red 220 ◦ green 126 ◦ blue 62

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

Shades of Tree Poppy #DC7E3E

Tints of Tree Poppy #DC7E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 53.92%
G = 30.88%
B = 15.2%

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

#DC7E3E (or 0xDC7E3E) is known color: Tree Poppy. HEX triplet: DC, 7E and 3E. RGB value is (220,126,62). Sum of RGB (Red+Green+Blue) = 220+126+62=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E3E is #2381C1. Grayscale: #939393. Windows color (decimal): -2326978 or 4095708. OLE color: 4095708.

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

Color convert

RGB 220 126 62 -
CMYK 0 0.43 0.72 0.14
HSL 24.3º 0.69% 0.55% -
HSV(B) 24.3º 0.72% 0.86% -
XYZ 37.85 30.49 8.45 -
YUV 146.81 80.14 180.2 -
System Red Green Blue C M Y K H S L
Decimal 220 126 62 0 0.43 0.72 0.14 24.3 0.69 0.55
Hex DC 7E 3E 0 2B 48 E 18 45 37
Octal 334 176 76 0 53 110 16 30 105 67
Binary 11011100 1111110 111110 0 101011 1001000 1110 11000 1000101 110111

Color Harmonies of #DC7E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E3E

Black with #DC7E3E

Text Example


Text Example

White with #DC7E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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