Html Css Color HEX #DC863E Tree Poppy

📋 copy color: '#DC863E'

red 220 ◦ green 134 ◦ blue 62

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

Shades of Tree Poppy #DC863E

Tints of Tree Poppy #DC863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.21%

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

R = 52.88%
G = 32.21%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC863E (or 0xDC863E) is known color: Tree Poppy. HEX triplet: DC, 86 and 3E. RGB value is (220,134,62). Sum of RGB (Red+Green+Blue) = 220+134+62=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC863E is #2379C1. Grayscale: #979797. Windows color (decimal): -2324930 or 4097756. OLE color: 4097756.

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

Color convert

RGB 220 134 62 -
CMYK 0 0.39 0.72 0.14
HSL 27.34º 0.69% 0.55% -
HSV(B) 27.34º 0.72% 0.86% -
XYZ 38.91 32.61 8.8 -
YUV 151.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 220 134 62 0 0.39 0.72 0.14 27.34 0.69 0.55
Hex DC 86 3E 0 27 48 E 1B 45 37
Octal 334 206 76 0 47 110 16 33 105 67
Binary 11011100 10000110 111110 0 100111 1001000 1110 11011 1000101 110111

Color Harmonies of #DC863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC863E

Black with #DC863E

Text Example


Text Example

White with #DC863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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