Html Css Color HEX #DC843E Tree Poppy

📋 copy color: '#DC843E'

red 220 ◦ green 132 ◦ blue 62

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

Shades of Tree Poppy #DC843E

Tints of Tree Poppy #DC843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

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

R = 53.14%
G = 31.88%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC843E (or 0xDC843E) is known color: Tree Poppy. HEX triplet: DC, 84 and 3E. RGB value is (220,132,62). Sum of RGB (Red+Green+Blue) = 220+132+62=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC843E is #237BC1. Grayscale: #969696. Windows color (decimal): -2325442 or 4097244. OLE color: 4097244.

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

Color convert

RGB 220 132 62 -
CMYK 0 0.40 0.72 0.14
HSL 26.58º 0.69% 0.55% -
HSV(B) 26.58º 0.72% 0.86% -
XYZ 38.64 32.07 8.71 -
YUV 150.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 220 132 62 0 0.40 0.72 0.14 26.58 0.69 0.55
Hex DC 84 3E 0 28 48 E 1B 45 37
Octal 334 204 76 0 50 110 16 33 105 67
Binary 11011100 10000100 111110 0 101000 1001000 1110 11011 1000101 110111

Color Harmonies of #DC843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC843E

Black with #DC843E

Text Example


Text Example

White with #DC843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC843E; }

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

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

background-color css

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

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

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

border-color css

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

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

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