Html Css Color HEX #DC7D3E Tree Poppy

📋 copy color: '#DC7D3E'

red 220 ◦ green 125 ◦ blue 62

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

Shades of Tree Poppy #DC7D3E

Tints of Tree Poppy #DC7D3E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

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

R = 54.05%
G = 30.71%
B = 15.23%

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

#DC7D3E (or 0xDC7D3E) is known color: Tree Poppy. HEX triplet: DC, 7D and 3E. RGB value is (220,125,62). Sum of RGB (Red+Green+Blue) = 220+125+62=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7D3E is #2382C1. Grayscale: #929292. Windows color (decimal): -2327234 or 4095452. OLE color: 4095452.

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

Color convert

RGB 220 125 62 -
CMYK 0 0.43 0.72 0.14
HSL 23.92º 0.69% 0.55% -
HSV(B) 23.92º 0.72% 0.86% -
XYZ 37.72 30.23 8.4 -
YUV 146.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 220 125 62 0 0.43 0.72 0.14 23.92 0.69 0.55
Hex DC 7D 3E 0 2B 48 E 18 45 37
Octal 334 175 76 0 53 110 16 30 105 67
Binary 11011100 1111101 111110 0 101011 1001000 1110 11000 1000101 110111

Color Harmonies of #DC7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D3E

Black with #DC7D3E

Text Example


Text Example

White with #DC7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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