Html Css Color HEX #DC7E3F Tree Poppy

📋 copy color: '#DC7E3F'

red 220 ◦ green 126 ◦ blue 63

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

Shades of Tree Poppy #DC7E3F

Tints of Tree Poppy #DC7E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.4%

R = 53.79%
G = 30.81%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC7E3F (or 0xDC7E3F) is known color: Tree Poppy. HEX triplet: DC, 7E and 3F. RGB value is (220,126,63). Sum of RGB (Red+Green+Blue) = 220+126+63=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E3F is #2381C0. Grayscale: #939393. Windows color (decimal): -2326977 or 4161244. OLE color: 4161244.

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

Color convert

RGB 220 126 63 -
CMYK 0 0.43 0.71 0.14
HSL 24.08º 0.69% 0.55% -
HSV(B) 24.08º 0.71% 0.86% -
XYZ 37.87 30.5 8.59 -
YUV 146.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 220 126 63 0 0.43 0.71 0.14 24.08 0.69 0.55
Hex DC 7E 3F 0 2B 47 E 18 45 37
Octal 334 176 77 0 53 107 16 30 105 67
Binary 11011100 1111110 111111 0 101011 1000111 1110 11000 1000101 110111

Color Harmonies of #DC7E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E3F

Black with #DC7E3F

Text Example


Text Example

White with #DC7E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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