Html Css Color HEX #DC7F3E Tree Poppy

📋 copy color: '#DC7F3E'

red 220 ◦ green 127 ◦ blue 62

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

Shades of Tree Poppy #DC7F3E

Tints of Tree Poppy #DC7F3E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

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

R = 53.79%
G = 31.05%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC7F3E (or 0xDC7F3E) is known color: Tree Poppy. HEX triplet: DC, 7F and 3E. RGB value is (220,127,62). Sum of RGB (Red+Green+Blue) = 220+127+62=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F3E is #2380C1. Grayscale: #939393. Windows color (decimal): -2326722 or 4095964. OLE color: 4095964.

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

Color convert

RGB 220 127 62 -
CMYK 0 0.42 0.72 0.14
HSL 24.68º 0.69% 0.55% -
HSV(B) 24.68º 0.72% 0.86% -
XYZ 37.97 30.74 8.49 -
YUV 147.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 220 127 62 0 0.42 0.72 0.14 24.68 0.69 0.55
Hex DC 7F 3E 0 2A 48 E 19 45 37
Octal 334 177 76 0 52 110 16 31 105 67
Binary 11011100 1111111 111110 0 101010 1001000 1110 11001 1000101 110111

Color Harmonies of #DC7F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F3E

Black with #DC7F3E

Text Example


Text Example

White with #DC7F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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