Html Css Color HEX #DC7E41 Tree Poppy

📋 copy color: '#DC7E41'

red 220 ◦ green 126 ◦ blue 65

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

Shades of Tree Poppy #DC7E41

Tints of Tree Poppy #DC7E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.82%

R = 53.53%
G = 30.66%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC7E41 (or 0xDC7E41) is known color: Tree Poppy. HEX triplet: DC, 7E and 41. RGB value is (220,126,65). Sum of RGB (Red+Green+Blue) = 220+126+65=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E41 is #2381BE. Grayscale: #939393. Windows color (decimal): -2326975 or 4292316. OLE color: 4292316.

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

Color convert

RGB 220 126 65 -
CMYK 0 0.43 0.70 0.14
HSL 23.61º 0.69% 0.56% -
HSV(B) 23.61º 0.7% 0.86% -
XYZ 37.93 30.52 8.89 -
YUV 147.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 220 126 65 0 0.43 0.70 0.14 23.61 0.69 0.56
Hex DC 7E 41 0 2B 46 E 18 45 38
Octal 334 176 101 0 53 106 16 30 105 70
Binary 11011100 1111110 1000001 0 101011 1000110 1110 11000 1000101 111000

Color Harmonies of #DC7E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E41

Black with #DC7E41

Text Example


Text Example

White with #DC7E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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